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 9ddce8c commit c0ef0d7Copy full SHA for c0ef0d7
.github/workflows/docker-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
57
# We use commit sha here to be as safe as possible with credentials.
58
- name: Log in to the Container registry
59
- uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
+ uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
60
with:
61
registry: ${{ env.REGISTRY }}
62
username: ${{ github.actor }}
0 commit comments