From 9654ca478184d43d800b5a3d75c403761e1abc9f Mon Sep 17 00:00:00 2001 From: Googlefan Date: Sat, 22 Feb 2025 09:39:17 +0000 Subject: [PATCH] fix --- .github/workflows/CI.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6b5b8b9..f3c1b55 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -153,7 +153,6 @@ jobs: with: images: | ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }} - ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }} - name: Login to GHCR uses: docker/login-action@v3 @@ -176,7 +175,7 @@ jobs: file: ./scripts/docker/${{ matrix.tag }}.Dockerfile push: true tags: | - ${{ env.GHCR_REPO }}:latest-${{ matrix.tag }}-${{ matrix.machine.platform }} + ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest-${{ matrix.tag }}-${{ matrix.machine.platform }} merge: runs-on: ubuntu-latest