Skip to content

Commit b7c96f3

Browse files
committed
Update Docker login credentials in action.yml
1 parent 5922c85 commit b7c96f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ runs:
4646
if: contains(inputs.registry, 'ghcr.io')
4747
uses: docker/login-action@v3
4848
with:
49-
username: ${{ github.actor }}
50-
password: ${{ secrets.GITHUB_TOKEN }}
49+
username: ${{ inputs.registry-username }}
50+
password: ${{ inputs.registry-token }}
5151
registry: ghcr.io
5252

5353
- name: Set up QEMU

0 commit comments

Comments
 (0)