Skip to content

Commit 7d7827d

Browse files
Bump docker/login-action in the prod-dependencies group (#304)
Bumps the prod-dependencies group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@9780b0c...74a5d14) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4640a4 commit 7d7827d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/recreate-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
./scripts/curl-endpoints.sh
3333
3434
- name: Authenticate against Quay.io (redhat-best-practices-for-k8s)
35-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
35+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
3636
with:
3737
registry: quay.io
3838
# Use a Robot Account to authenticate against Quay.io
@@ -83,7 +83,7 @@ jobs:
8383
./scripts/curl-endpoints.sh
8484
8585
- name: Authenticate against Quay.io (testnetworkfunction)
86-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
86+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
8787
with:
8888
registry: quay.io
8989
# Use a Robot Account to authenticate against Quay.io

0 commit comments

Comments
 (0)