Skip to content

Commit c6be072

Browse files
author
Alexander Bainczyk
committed
update release workflow
1 parent 5857d5a commit c6be072

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
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Login to GitHub Container Registry
29-
run: echo "${{ inputs.password }}" | docker login https://ghcr.io -u ${{ inputs.username }} --password-stdin
29+
run: echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
3030

3131
- name: Tag latest images with release version
3232
run: |

0 commit comments

Comments
 (0)