Skip to content

Commit 66878f5

Browse files
Bump docker/login-action from 2.1.0 to 2.2.0 (#3968)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@f4ef78c...465a078) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47f34dc commit 66878f5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build-oss.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5.0
5252

5353
- name: DockerHub Login
54-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
54+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
5555
with:
5656
username: ${{ secrets.DOCKER_USERNAME }}
5757
password: ${{ secrets.DOCKER_PASSWORD }}
5858
if: ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
5959

6060
- name: Login to GitHub Container Registry
61-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
61+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
6262
with:
6363
registry: ghcr.io
6464
username: ${{ github.repository_owner }}
@@ -73,13 +73,13 @@ jobs:
7373
if: ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
7474

7575
- name: Login to Public ECR
76-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
76+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
7777
with:
7878
registry: public.ecr.aws
7979
if: ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
8080

8181
- name: Login to Quay.io
82-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
82+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
8383
with:
8484
registry: quay.io
8585
username: ${{ secrets.QUAY_USERNAME }}

.github/workflows/build-plus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: github.event_name != 'pull_request'
6262

6363
- name: Login to GCR
64-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
64+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
6565
with:
6666
registry: gcr.io
6767
username: oauth2accesstoken
@@ -76,7 +76,7 @@ jobs:
7676
if: startsWith(github.ref, 'refs/tags/') && contains(inputs.target, 'aws')
7777

7878
- name: Login to ECR
79-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
79+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
8080
with:
8181
registry: 709825985650.dkr.ecr.us-east-1.amazonaws.com
8282
if: startsWith(github.ref, 'refs/tags/') && contains(inputs.target, 'aws')

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,14 +371,14 @@ jobs:
371371
path: kic
372372

373373
- name: Login to GitHub Container Registry
374-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
374+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
375375
with:
376376
registry: ghcr.io
377377
username: ${{ github.repository_owner }}
378378
password: ${{ secrets.GITHUB_TOKEN }}
379379

380380
- name: DockerHub Login
381-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
381+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
382382
with:
383383
username: ${{ secrets.DOCKER_USERNAME }}
384384
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)