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 7c30268 commit 60dc383Copy full SHA for 60dc383
.github/workflows/publish-docker-image.yml
@@ -54,7 +54,7 @@ jobs:
54
echo CSPELL_VERSION=$(jq -r ".dependencies.cspell | sub(\"[_^]\"; \"\")" package.json) >> "$GITHUB_OUTPUT"
55
56
- name: Log in to the Container registry
57
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
58
with:
59
registry: ${{ env.REGISTRY }}
60
username: ${{ github.actor }}
0 commit comments