Skip to content

Commit 39a5f79

Browse files
Bump docker/login-action from 3.5.0 to 3.6.0 in the actions group across 1 directory (#13995)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9cebb22 commit 39a5f79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
version: latest
184184
platforms: ${{ env.PLATFORMS }}
185185
- name: Login to GitHub Container Registry
186-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
186+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
187187
with:
188188
username: ${{ secrets.DOCKERHUB_USERNAME }}
189189
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/zz-tmpl-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7171

7272
- name: Login to GitHub Container Registry
73-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
73+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
7474
with:
7575
username: ${{ secrets.DOCKERHUB_USERNAME }}
7676
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)