We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3a0d7 commit 0851de6Copy full SHA for 0851de6
1 file changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 0
24
- # For TagBody, TagSubject or TagContents fields in goreleaser's templates
25
run: git fetch --force --tags
26
- - run: docker login ghcr.io -u docker --password-stdin
+ - run: docker login ghcr.io -u docker
27
- uses: goreleaser/goreleaser-action@v6
28
with:
29
version: v1.9.2
0 commit comments