We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d927c7f commit c302b21Copy full SHA for c302b21
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@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
41
with:
42
registry: ${{ env.REGISTRY }}
43
username: ${{ github.actor }}
0 commit comments