diff --git a/.github/workflows/docker-deploy.yml b/.github/workflows/docker-deploy.yml index 51c1c9b..eb11a74 100644 --- a/.github/workflows/docker-deploy.yml +++ b/.github/workflows/docker-deploy.yml @@ -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 }}