Skip to content

Commit 35a9cd2

Browse files
Bump docker/login-action from 4.5.2 to 4.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.2 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@371161b...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8b973f commit 35a9cd2

12 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/build-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: echo "SHA_SHORT=${GITHUB_SHA::7}" >> $GITHUB_ENV
4242

4343
- name: Login to GitHub Container Registry
44-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
44+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}

.github/workflows/build-octodemo-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222

2323
- name: Login to Docker Hub
24-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
24+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}

.github/workflows/build-release-old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "SHA_SHORT=${GITHUB_SHA::7}" >> $GITHUB_ENV
3232

3333
- name: Login to GitHub Container Registry
34-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
34+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}

.github/workflows/manual-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3939

4040
- name: Login to GHCR
41-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
41+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.actor }}

.github/workflows/push-to-ACR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
1919

2020
- name: Login to Azure Container Registry
21-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
21+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
2222
with:
2323
registry: kubernoodles.azurecr.io
2424
username: ${{ secrets.ACR_USERNAME }}

.github/workflows/test-jammy-dind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3333

3434
- name: Login to GHCR
35-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
35+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}

.github/workflows/test-numbat-dind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3333

3434
- name: Login to GHCR
35-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
35+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}

.github/workflows/test-resolute-dind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3333

3434
- name: Login to GHCR
35-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
35+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}

.github/workflows/test-ubi10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535

3636
- name: Login to GHCR
37-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
37+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}

.github/workflows/test-ubi8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535

3636
- name: Login to GHCR
37-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
37+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}

0 commit comments

Comments
 (0)