From d4452135d3915168c758061e5aa41d1e8c8fc3ce Mon Sep 17 00:00:00 2001 From: Clivia <132346501+Yanyutin753@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:27:47 +0800 Subject: [PATCH] Update docker-deploy.yml --- .github/workflows/docker-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}