Skip to content

Commit 33b1790

Browse files
Pin docker/login-action version in workflow
1 parent 472d64d commit 33b1790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Log in to Docker Hub
42-
uses: docker/login-action@v1
42+
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.14.1
4343
with:
4444
registry: docker.io
4545
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)