Skip to content

Commit 3d74926

Browse files
Update docker/login-action digest to 65c0768
1 parent 73ab0a0 commit 3d74926

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
@@ -65,7 +65,7 @@ jobs:
6565
# Login to GitHub Container Registry (GHCR)
6666
- name: Log into GitHub Container Registry (GHCR)
6767
if: github.event_name != 'pull_request'
68-
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
68+
uses: docker/login-action@65c0768122147b63190ddda25aa21f81640cf5f3
6969
with:
7070
registry: ${{ env.REGISTRY_GHCR }}
7171
username: ${{ github.actor }}
@@ -74,7 +74,7 @@ jobs:
7474
# Login to Docker Hub
7575
- name: Log into Docker Hub
7676
if: github.event_name != 'pull_request'
77-
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
77+
uses: docker/login-action@65c0768122147b63190ddda25aa21f81640cf5f3
7878
with:
7979
registry: ${{ env.REGISTRY_DOCKERHUB }}
8080
username: ${{ secrets.DOCKER_HUB_USER }}

0 commit comments

Comments
 (0)