Skip to content

Commit d8550aa

Browse files
Update docker/login-action digest to 28fdb31
1 parent 6137665 commit d8550aa

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@28fdb31ff34708d19615a74d67103ddc2ea9725c
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@28fdb31ff34708d19615a74d67103ddc2ea9725c
6969
with:
7070
registry: ${{ env.REGISTRY_DOCKERHUB }}
7171
username: ${{ secrets.DOCKER_HUB_USER }}

0 commit comments

Comments
 (0)