We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5922c85 commit b7c96f3Copy full SHA for b7c96f3
action.yml
@@ -46,8 +46,8 @@ runs:
46
if: contains(inputs.registry, 'ghcr.io')
47
uses: docker/login-action@v3
48
with:
49
- username: ${{ github.actor }}
50
- password: ${{ secrets.GITHUB_TOKEN }}
+ username: ${{ inputs.registry-username }}
+ password: ${{ inputs.registry-token }}
51
registry: ghcr.io
52
53
- name: Set up QEMU
0 commit comments