Skip to content

Commit 88bf5a7

Browse files
Update docker/login-action action to v3.6.0
1 parent 168d987 commit 88bf5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Log in to the Container registry
147147
# https://github.com/docker/login-action/releases/tag/v3.2.0
148-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
148+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
149149
with:
150150
registry: ${{ env.REGISTRY }}
151151
username: ${{ env.DOCKER_USERNAME }}
@@ -202,7 +202,7 @@ jobs:
202202
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD
203203
204204
- name: Log in to the Container registry
205-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
205+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
206206
# https://github.com/docker/login-action/releases/tag/v3.2.0
207207
with:
208208
registry: ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)