We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f274f6 commit ea0bc9eCopy full SHA for ea0bc9e
1 file changed
.github/workflows/build-and-push.yaml
@@ -52,7 +52,7 @@ jobs:
52
# https://github.com/docker/login-action
53
- name: Log into registry ${{ env.REGISTRY }}
54
if: github.event_name != 'pull_request'
55
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
56
with:
57
registry: ${{ env.REGISTRY }}
58
username: ${{ secrets.QUAY_USER }}
0 commit comments