Skip to content

Commit 31a9471

Browse files
Update docker/login-action digest to 74a5d14
1 parent 73ab0a0 commit 31a9471

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@74a5d142397b4f367a81961eba4e8cd7edddf772
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@74a5d142397b4f367a81961eba4e8cd7edddf772
7878
with:
7979
registry: ${{ env.REGISTRY_DOCKERHUB }}
8080
username: ${{ secrets.DOCKER_HUB_USER }}

0 commit comments

Comments
 (0)