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 18098b5Copy full SHA for 18098b5
.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@5e57cd118135c172c3672efd75eb46360885c0ef
43
with:
44
registry: ${{ env.REGISTRY }}
45
username: ${{ github.actor }}
0 commit comments