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 669098aCopy full SHA for 669098a
.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@3d100841f68d4548bf57e52eb27bd33ec5069f55
59
with:
60
registry: ${{ env.REGISTRY }}
61
username: ${{ github.actor }}
0 commit comments