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