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 e2300d9 commit c348a64Copy full SHA for c348a64
.github/workflows/docker-publish.yml
@@ -54,7 +54,7 @@ jobs:
54
# https://github.com/docker/login-action
55
- name: Log into registry ${{ env.REGISTRY }}
56
if: github.event_name != 'pull_request'
57
- uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
+ uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f
58
with:
59
registry: ${{ env.REGISTRY }}
60
username: RecapTimeBot
0 commit comments