Skip to content

Commit ae789a1

Browse files
Update docker/login-action digest to 6d4b68b
1 parent 651da12 commit ae789a1

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@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
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@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
7070
with:
7171
registry: ${{ env.REGISTRY_DOCKERHUB }}
7272
username: ${{ secrets.DOCKER_HUB_USER }}

0 commit comments

Comments
 (0)