We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7385f commit b59eb76Copy full SHA for b59eb76
1 file changed
.github/workflows/publish-docker.yaml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
submodules: true
41
- name: Log in to the Container registry
42
- uses: docker/login-action@v1.10.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
43
44
registry: ${{ env.HUB }}
45
username: ${{ github.actor }}
0 commit comments