Update docker-deploy.yml

This commit is contained in:
Clivia
2024-02-20 01:27:59 +08:00
committed by GitHub
parent 1e3e233adc
commit fa645a80d8

View File

@@ -1,4 +1,4 @@
name: Build and Push Docker Image
name: ninja Build and Push Docker Image
on:
release:
@@ -42,6 +42,5 @@ jobs:
push: true
tags: |
yangclivia/pandora-to-api:${{ steps.tag_name.outputs.tag }}
yangclivia/pandora-to-api:latest
platforms: linux/amd64,linux/arm64
build-args: TARGETPLATFORM=${{ matrix.platform }}