We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de4828 commit 751f39cCopy full SHA for 751f39c
.github/workflows/deploy-docker-image.yaml
@@ -39,7 +39,7 @@ jobs:
39
# https://github.com/docker/login-action
40
- name: Log into registry ${{ env.REGISTRY }}
41
if: github.event_name != 'pull_request'
42
- uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
+ uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
43
with:
44
registry: ${{ env.REGISTRY }}
45
username: ${{ github.actor }}
0 commit comments