We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cb16f commit 7de7519Copy full SHA for 7de7519
.github/workflows/release.yml
@@ -73,12 +73,12 @@ jobs:
73
username: ${{ github.actor }}
74
password: ${{ secrets.GITHUB_TOKEN }}
75
76
- - name: Login to Docker Hub
77
- uses: docker/login-action@v3
78
- with:
79
- registry: docker.io
80
- username: ${{ secrets.DOCKERHUB_USERNAME }}
81
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+# - name: Login to Docker Hub
+# uses: docker/login-action@v3
+# with:
+# registry: docker.io
+# username: ${{ secrets.DOCKERHUB_USERNAME }}
+# password: ${{ secrets.DOCKERHUB_TOKEN }}
82
83
- name: Run GoReleaser
84
uses: goreleaser/goreleaser-action@v6
0 commit comments