Skip to content

Commit 25586bb

Browse files
Update docker/login-action action to v3.6.0
1 parent 1f5eb49 commit 25586bb

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@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
55+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5656
with:
5757
registry: ${{ env.REGISTRY }}
5858
username: ${{ secrets.QUAY_USER }}

0 commit comments

Comments
 (0)