Skip to content

Commit b59eb76

Browse files
authored
fix the docker login step is not allow in the GHA (#246)
1 parent 9a7385f commit b59eb76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
submodules: true
4141
- name: Log in to the Container registry
42-
uses: docker/login-action@v1.10.0
42+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
4343
with:
4444
registry: ${{ env.HUB }}
4545
username: ${{ github.actor }}

0 commit comments

Comments
 (0)