We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d927c7f commit d59c796Copy full SHA for d59c796
1 file changed
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
# https://github.com/docker/login-action
38
- name: Log into registry ${{ env.REGISTRY }}
39
if: github.event_name != 'pull_request'
40
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
+ uses: docker/login-action@cf8514a65188af1d4f94f8c28a7a4153af1088ce
41
with:
42
registry: ${{ env.REGISTRY }}
43
username: ${{ github.actor }}
0 commit comments