Skip to content

Commit 0851de6

Browse files
committed
chore(ci): remove interactive login to docker registry
1 parent 2f3a0d7 commit 0851de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424
- # For TagBody, TagSubject or TagContents fields in goreleaser's templates
2525
run: git fetch --force --tags
26-
- run: docker login ghcr.io -u docker --password-stdin
26+
- run: docker login ghcr.io -u docker
2727
- uses: goreleaser/goreleaser-action@v6
2828
with:
2929
version: v1.9.2

0 commit comments

Comments
 (0)