Skip to content

Commit 16c341f

Browse files
Update docker/login-action digest to c99871d (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27cfcea commit 16c341f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
180180
- name: Log in to Docker Hub
181181
if: github.ref == 'refs/heads/master'
182-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
182+
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
183183
with:
184184
username: ${{ secrets.DOCKERHUB_USERNAME }}
185185
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -237,7 +237,7 @@ jobs:
237237
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
238238

239239
- name: Log in to Docker Hub
240-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
240+
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
241241
with:
242242
username: ${{ secrets.DOCKERHUB_USERNAME }}
243243
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)