Skip to content

Commit b762a83

Browse files
committed
Fix push-tar-image image name
1 parent f179284 commit b762a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/push-tar-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
uses: docker/metadata-action@v5
2121
id: meta
2222
with:
23-
images: ${{ github.repository }}
23+
images: ghcr.io/${{ github.repository }}
2424
tags: |
2525
type=ref,event=branch,prefix=branch-,enable=${{ github.ref != format('refs/heads/{0}', 'main') }}
2626
type=semver,pattern=v{{version}}, value=${{ inputs.semver }}, enable=${{ github.ref == format('refs/heads/{0}', 'main') && fromJSON(inputs.exists) == false }}

0 commit comments

Comments
 (0)