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