Skip to content

Commit 05af19a

Browse files
Update docker/login-action digest to af1e73f (#350)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2cc9196 commit 05af19a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
3030

3131
- name: Log in to Docker Hub
32-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
32+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
3333
with:
3434
username: ${{ secrets.DOCKER_USER }}
3535
password: ${{ secrets.DOCKER_PASS }}

.github/workflows/test-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
8989

9090
- name: Log in to Docker Hub
91-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
91+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
9292
with:
9393
username: ${{ secrets.DOCKER_USER }}
9494
password: ${{ secrets.DOCKER_PASS }}

0 commit comments

Comments
 (0)