Skip to content

Commit 7124ddf

Browse files
deps(ci): bump docker/login-action from 3.5.0 to 3.6.0 (#520)
1 parent b1f4754 commit 7124ddf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ jobs:
6969
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 #v3.11.1
7070

7171
- name: Login to DockerHub
72-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 #v3.5.0
72+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #v3.6.0
7373
with:
7474
username: ${{ vars.DOCKERHUB_USERNAME }}
7575
password: ${{ secrets.DOCKERHUB_TOKEN }}
7676

7777
- name: Login to GitHub Container Registry
78-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 #v3.5.0
78+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #v3.6.0
7979
with:
8080
registry: ghcr.io
8181
username: ${{ github.actor }}
@@ -166,13 +166,13 @@ jobs:
166166
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 #v3.11.1
167167

168168
- name: Login to DockerHub
169-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 #v3.5.0
169+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #v3.6.0
170170
with:
171171
username: ${{ vars.DOCKERHUB_USERNAME }}
172172
password: ${{ secrets.DOCKERHUB_TOKEN }}
173173

174174
- name: Login to GitHub Container Registry
175-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 #v3.5.0
175+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #v3.6.0
176176
with:
177177
registry: ghcr.io
178178
username: ${{ github.actor }}

0 commit comments

Comments
 (0)