We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ccd3f commit 4b60825Copy full SHA for 4b60825
.github/workflows/docker.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: docker/metadata-action@v5
38
with:
39
images: |
40
- ${{ env.AR_URL }}/${{ env.IMAGE_NAME }}-${{ matrix.suffix }}
+ ${{ env.AR_REPO_LOCATION }}/${{ env.AR_URL }}/${{ env.IMAGE_NAME }}-${{ matrix.suffix }}
41
ghcr.io/${{ github.repository }}/${{ env.IMAGE_NAME }}-${{ matrix.suffix }}
42
tags: |
43
type=sha
0 commit comments