diff --git a/.github/workflows/docker-deploy.yml b/.github/workflows/docker-deploy.yml index 4d962e8..51c1c9b 100644 --- a/.github/workflows/docker-deploy.yml +++ b/.github/workflows/docker-deploy.yml @@ -41,7 +41,7 @@ jobs: file: ./Dockerfile push: true tags: | - wizerd/pandora-to-api:${{ steps.tag_name.outputs.tag }} - wizerd/pandora-to-api:latest + yangclivia/pandora-to-api:${{ steps.tag_name.outputs.tag }} + yangclivia/pandora-to-api:latest platforms: linux/amd64,linux/arm64 - build-args: TARGETPLATFORM=${{ matrix.platform }} \ No newline at end of file + build-args: TARGETPLATFORM=${{ matrix.platform }}