Skip to content

Commit f877934

Browse files
committed
Bump docker/login-action to v4
Update the docker/login-action GitHub Action from v3 to v4 to use the latest available version.
1 parent 74ca7b0 commit f877934

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
@@ -62,7 +62,7 @@ jobs:
6262
operator-sdk: 1.38.0
6363

6464
- name: Log in to Quay
65-
uses: docker/login-action@v3
65+
uses: docker/login-action@v4
6666
with:
6767
registry: quay.io
6868
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)