Skip to content

Commit a423ba7

Browse files
github-actions Update docker/login-action action to v3.6.0 (#119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a30d73d commit a423ba7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
3737

3838
- name: Log in to GitHub Container Registry
39-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
39+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.actor }}
4343
password: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Log in to DockerHub Registry
46-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
46+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4747
with:
4848
registry: docker.io
4949
username: ${{ secrets.DOCKER_HUB_USERNAME }}
@@ -221,14 +221,14 @@ jobs:
221221
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
222222

223223
- name: Log in to GitHub Container Registry
224-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
224+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
225225
with:
226226
registry: ghcr.io
227227
username: ${{ github.actor }}
228228
password: ${{ secrets.GITHUB_TOKEN }}
229229

230230
- name: Log in to DockerHub Registry
231-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
231+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
232232
with:
233233
registry: docker.io
234234
username: ${{ secrets.DOCKER_HUB_USERNAME }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
3737

3838
- name: Log in to GitHub Container Registry
39-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
39+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4040
with:
4141
registry: ${{ env.REGISTRY }}
4242
username: ${{ github.actor }}
@@ -87,7 +87,7 @@ jobs:
8787
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
8888

8989
- name: Log in to GitHub Container Registry
90-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
90+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
9191
with:
9292
registry: ${{ env.REGISTRY }}
9393
username: ${{ github.actor }}

0 commit comments

Comments
 (0)