Skip to content

Commit f179284

Browse files
committed
Fix push-tar-image variable
1 parent fef49e2 commit f179284

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
@@ -37,5 +37,5 @@ runs:
3737
shell: bash
3838
- name: Push image
3939
if: inputs.push == 'true'
40-
run: docker push --all-tags ghcr.io/${{ inputs.repository }}
40+
run: docker push --all-tags ghcr.io/${{ github.repository }}
4141
shell: bash

0 commit comments

Comments
 (0)