Skip to content

Commit 4b60825

Browse files
committed
fix repo location
1 parent d2ccd3f commit 4b60825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: docker/metadata-action@v5
3838
with:
3939
images: |
40-
${{ env.AR_URL }}/${{ env.IMAGE_NAME }}-${{ matrix.suffix }}
40+
${{ env.AR_REPO_LOCATION }}/${{ env.AR_URL }}/${{ env.IMAGE_NAME }}-${{ matrix.suffix }}
4141
ghcr.io/${{ github.repository }}/${{ env.IMAGE_NAME }}-${{ matrix.suffix }}
4242
tags: |
4343
type=sha

0 commit comments

Comments
 (0)