We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e34e commit 73a91e4Copy full SHA for 73a91e4
1 file changed
.github/workflows/docker-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
# https://github.com/docker/login-action
35
- name: Log into registry ${{ env.REGISTRY }}
36
if: github.event_name != 'pull_request'
37
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
+ uses: docker/login-action@cad89843109a11cb6f69f52fe695c42cf69d57d3
38
with:
39
registry: ${{ env.REGISTRY }}
40
username: ${{ github.actor }}
0 commit comments