Skip to content

Commit 62a5d0b

Browse files
committed
Update release workflow
1 parent c8e001e commit 62a5d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
image: ${{ needs.build.outputs.image-name }}
113113
digest: ${{ needs.build.outputs.image-digest }}
114-
registry-username: ${{ inputs.registry-username }}
114+
registry-username: ${{ github.actor }}
115115
secrets:
116116
registry-password: ${{ secrets.GITHUB_TOKEN }}
117117

0 commit comments

Comments
 (0)