Skip to content

Commit 5ca209e

Browse files
Bump docker/login-action from 2.2.0 to 3.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@465a078...343f7c4) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80de4d8 commit 5ca209e

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
@@ -54,14 +54,14 @@ jobs:
5454
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
5555

5656
- name: DockerHub Login
57-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
57+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
5858
with:
5959
username: ${{ secrets.DOCKER_USERNAME }}
6060
password: ${{ secrets.DOCKER_PASSWORD }}
6161
if: ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
6262

6363
- name: Login to GitHub Container Registry
64-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
64+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
6565
with:
6666
registry: ghcr.io
6767
username: ${{ github.repository_owner }}
@@ -76,13 +76,13 @@ jobs:
7676
if: ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
7777

7878
- name: Login to Public ECR
79-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
79+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
8080
with:
8181
registry: public.ecr.aws
8282
if: ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
8383

8484
- name: Login to Quay.io
85-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
85+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
8686
with:
8787
registry: quay.io
8888
username: ${{ secrets.QUAY_USERNAME }}

.github/workflows/build-plus.yml

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

6666
- name: Login to GCR
67-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
67+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
6868
with:
6969
registry: gcr.io
7070
username: oauth2accesstoken
@@ -79,7 +79,7 @@ jobs:
7979
if: github.ref_type == 'tag' && contains(inputs.target, 'aws')
8080

8181
- name: Login to ECR
82-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
82+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
8383
with:
8484
registry: 709825985650.dkr.ecr.us-east-1.amazonaws.com
8585
if: github.ref_type == 'tag' && contains(inputs.target, 'aws')

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,14 +403,14 @@ jobs:
403403
path: kic
404404

405405
- name: Login to GitHub Container Registry
406-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
406+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
407407
with:
408408
registry: ghcr.io
409409
username: ${{ github.repository_owner }}
410410
password: ${{ secrets.GITHUB_TOKEN }}
411411

412412
- name: DockerHub Login
413-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
413+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
414414
with:
415415
username: ${{ secrets.DOCKER_USERNAME }}
416416
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)