Skip to content

Commit ab9b7bf

Browse files
build(deps): bump docker/login-action in the docker group (#3139)
Bumps the docker group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...184bdaa) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bfb5f0 commit ab9b7bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pre-main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ jobs:
447447
sudo ls -la /mnt/docker-storage
448448
449449
- name: Login to Quay.io
450-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
450+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
451451
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'redhat-best-practices-for-k8s' }}
452452
with:
453453
registry: ${{ env.REGISTRY }}
@@ -510,7 +510,7 @@ jobs:
510510
sudo ls -la /mnt/docker-storage
511511
512512
- name: Login to Quay.io
513-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
513+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
514514
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'redhat-best-practices-for-k8s' }}
515515
with:
516516
registry: ${{ env.REGISTRY }}

.github/workflows/tnf-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
# Push the new TNF image to Quay.io.
143143
- name: Authenticate against Quay.io
144-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
144+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
145145
with:
146146
registry: ${{ env.REGISTRY }}
147147
# Use a Robot Account to authenticate against Quay.io
@@ -273,7 +273,7 @@ jobs:
273273
274274
# Push the new TNF image to Quay.io.
275275
- name: Authenticate against Quay.io
276-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
276+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
277277
with:
278278
registry: ${{ env.REGISTRY }}
279279
# Use a Robot Account to authenticate against Quay.io

0 commit comments

Comments
 (0)