Skip to content

Commit 25bd8f5

Browse files
Update docker/login-action digest to 3d10084
1 parent 651da12 commit 25bd8f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# https://github.com/docker/login-action
5858
- name: Log into GitHub Container Registry (GHCR)
5959
if: github.event_name != 'pull_request'
60-
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
60+
uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
6161
with:
6262
registry: ${{ env.REGISTRY_GHCR }}
6363
username: ${{ github.actor }}
@@ -66,7 +66,7 @@ jobs:
6666
# Login to Docker Hub
6767
- name: Log into Docker Hub
6868
if: github.event_name != 'pull_request'
69-
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
69+
uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
7070
with:
7171
registry: ${{ env.REGISTRY_DOCKERHUB }}
7272
username: ${{ secrets.DOCKER_HUB_USER }}

0 commit comments

Comments
 (0)