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 eccfced commit 16f3df4Copy full SHA for 16f3df4
.github/actions/tag-build-push-container/action.yml
@@ -47,7 +47,7 @@ runs:
47
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # ratchet:docker/setup-buildx-action@v3
48
49
- name: Log in to container registry
50
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # ratchet:docker/login-action@v3
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
51
with:
52
registry: ${{ inputs.registry }}
53
username: ${{ github.actor }}
0 commit comments