Skip to content

Commit 439d860

Browse files
authored
Merge pull request #538 from tofuutils/dependabot/github_actions/docker/login-action-3.7.0
gh-actions: bump docker/login-action from 3.6.0 to 3.7.0
2 parents e76e7a8 + 9006535 commit 439d860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
TOFUUTILS_PR_TOKEN: ${{ secrets.TOFUUTILS_PR_TOKEN }}
9292

9393
- name: Login to GitHub Container Registry
94-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # ratchet:docker/login-action@v3
94+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # ratchet:docker/login-action@v3
9595
with:
9696
registry: ghcr.io
9797
username: ${{ github.actor }}
@@ -130,7 +130,7 @@ jobs:
130130
echo "All images and manifests pushed successfully to ${docker_registry}!"
131131
132132
- name: Login to GitHub Container Registry
133-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # ratchet:docker/login-action@v3
133+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # ratchet:docker/login-action@v3
134134
with:
135135
registry: registry.hub.docker.com
136136
username: ${{ secrets.REGISTRY_USER }}

0 commit comments

Comments
 (0)