We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740205f commit 0038e45Copy full SHA for 0038e45
.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@06895751d15a223ec091bea144ad5c7f50d228d0
+ uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
56
with:
57
registry: ${{ env.REGISTRY }}
58
username: ${{ github.actor }}
0 commit comments