From c095f6e6e2f0269a9fb7fdd6d73051066f4b6e69 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Thu, 14 Mar 2024 17:32:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=9D=E8=AF=95=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E5=88=B0ghcr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 4138af2f8..72674c7cd 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -63,7 +63,7 @@ jobs: - name: Prepare id: prepare run: | - DOCKER_IMAGE=${{ github.event.inputs.registryAddress }}/${{ github.event.inputs.dockerImageName }} + DOCKER_IMAGE=ghcr.io/${{ github.event.inputs.dockerImageName }} DOCKER_PLATFORMS=linux/amd64 TAG_NAME=${{ github.event.inputs.dockerImageTag }} DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME} --tag ${DOCKER_IMAGE}:latest"