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 05a3b0a commit 0b1ef32Copy full SHA for 0b1ef32
action.yml
@@ -44,7 +44,7 @@ runs:
44
uses: docker/setup-buildx-action@v2
45
46
- name: Log into registry ${{ inputs.registry }}
47
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
48
with:
49
registry: ${{ inputs.registry }}
50
username: ${{ inputs.user }}
0 commit comments