We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1174a1b commit 5ff8fcbCopy full SHA for 5ff8fcb
.github/workflows/release-please.yml
@@ -52,7 +52,7 @@ jobs:
52
ref: ${{ needs.release-please.outputs.release_tag_name }}
53
54
- name: Log in to the Container registry
55
- uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36
+ uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
56
with:
57
registry: ${{ env.REGISTRY }}
58
username: ${{ github.actor }}
0 commit comments