Skip to content

Commit ea0bc9e

Browse files
Update docker/login-action action to v3.7.0 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f274f6 commit ea0bc9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# https://github.com/docker/login-action
5353
- name: Log into registry ${{ env.REGISTRY }}
5454
if: github.event_name != 'pull_request'
55-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
55+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5656
with:
5757
registry: ${{ env.REGISTRY }}
5858
username: ${{ secrets.QUAY_USER }}

0 commit comments

Comments
 (0)