Skip to content

Commit 4d48d71

Browse files
committed
Stop logging-in docker at release
1 parent 1f6ee49 commit 4d48d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: actions/setup-go@v2
1616
with:
1717
go-version: 1.15
18-
- name: Login docker.io
19-
run: docker login -u nakabonne -p ${{ secrets.DOCKER_PASSWORD }}
18+
# - name: Login docker.io
19+
# run: docker login -u nakabonne -p ${{ secrets.DOCKER_PASSWORD }}
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v2
2222
with:

0 commit comments

Comments
 (0)