We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5644d9 commit 4104dd3Copy full SHA for 4104dd3
.github/workflows/docker-publish.yml
@@ -45,7 +45,7 @@ jobs:
45
# https://github.com/docker/login-action
46
- name: Log into registry ${{ env.REGISTRY }}
47
if: github.event_name != 'pull_request'
48
- uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
+ uses: docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00
49
with:
50
registry: ${{ env.REGISTRY }}
51
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments