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 ea4bc94 commit 7c3afe9Copy full SHA for 7c3afe9
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Log in to the Container registry
40
if: steps.semantic.outputs.new_release_published == 'true'
41
- uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
+ uses: docker/login-action@5c42dd293b89d96bae168b5b3694e4e72a5b1117
42
with:
43
registry: ${{ env.REGISTRY }}
44
username: ${{ github.actor }}
0 commit comments