Skip to content

Commit 92f2e6e

Browse files
chore(deps): bump docker/login-action from 3 to 4 (#1774)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a3a817 commit 92f2e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
make image
4141
4242
- name: Login for image push
43-
uses: docker/login-action@v3
43+
uses: docker/login-action@v4
4444
with:
4545
registry: quay.io
4646
username: ${{ secrets.QUAY_RHACS_ENG_INFRA_RW_USERNAME }}
@@ -68,7 +68,7 @@ jobs:
6868
cd certifier && make image
6969
7070
- name: Login for image push
71-
uses: docker/login-action@v3
71+
uses: docker/login-action@v4
7272
with:
7373
registry: quay.io
7474
username: ${{ secrets.QUAY_RHACS_ENG_INFRA_RW_USERNAME }}

0 commit comments

Comments
 (0)