Skip to content

Commit e186561

Browse files
Update docker/login-action digest to 5e57cd1
1 parent 6137665 commit e186561

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
@@ -56,7 +56,7 @@ jobs:
5656
# Login to GitHub Container Registry (GHCR)
5757
- name: Log into GitHub Container Registry (GHCR)
5858
if: github.event_name != 'pull_request'
59-
uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
59+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
6060
with:
6161
registry: ${{ env.REGISTRY_GHCR }}
6262
username: ${{ github.actor }}
@@ -65,7 +65,7 @@ jobs:
6565
# Login to Docker Hub
6666
- name: Log into Docker Hub
6767
if: github.event_name != 'pull_request'
68-
uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
68+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
6969
with:
7070
registry: ${{ env.REGISTRY_DOCKERHUB }}
7171
username: ${{ secrets.DOCKER_HUB_USER }}

0 commit comments

Comments
 (0)