We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5eb49 commit 25586bbCopy full SHA for 25586bb
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@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
56
with:
57
registry: ${{ env.REGISTRY }}
58
username: ${{ secrets.QUAY_USER }}
0 commit comments