Skip to content

Commit f942d58

Browse files
Update docker/login-action digest to abd2ef4 (#215)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d96da13 commit f942d58

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
@@ -246,7 +246,7 @@ jobs:
246246
247247
- name: Log in to Docker Hub
248248
if: github.ref == 'refs/heads/master'
249-
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4
249+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4
250250
with:
251251
username: ${{ secrets.DOCKERHUB_USERNAME }}
252252
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -304,7 +304,7 @@ jobs:
304304
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
305305

306306
- name: Log in to Docker Hub
307-
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4
307+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4
308308
with:
309309
username: ${{ secrets.DOCKERHUB_USERNAME }}
310310
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)