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