Skip to content

Commit d64c2da

Browse files
Update docker/login-action digest to abd3abc
1 parent 459cefb commit d64c2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Login to GitHub Container Registry (GHCR)
5353
- name: Log into GitHub Container Registry (GHCR)
5454
if: github.event_name != 'pull_request'
55-
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
55+
uses: docker/login-action@abd3abc99c62be8f17fda11fadefceaa006f6f9e
5656
with:
5757
registry: ${{ env.REGISTRY_GHCR }}
5858
username: ${{ github.actor }}
@@ -61,7 +61,7 @@ jobs:
6161
# Login to Docker Hub
6262
- name: Log into Docker Hub
6363
if: github.event_name != 'pull_request'
64-
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
64+
uses: docker/login-action@abd3abc99c62be8f17fda11fadefceaa006f6f9e
6565
with:
6666
registry: ${{ env.REGISTRY_DOCKERHUB }}
6767
username: ${{ secrets.DOCKER_HUB_USER }}

0 commit comments

Comments
 (0)