E59A
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 1208e5d commit 4e336abCopy full SHA for 4e336ab
.github/workflows/release.yml
@@ -28,6 +28,12 @@ jobs:
28
- name: Show GoReleaser version
29
run: goreleaser -v
30
31
+ - name: Login to Docker Hub
32
+ uses: docker/login-action@v3
33
+ with:
34
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
35
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
36
+
37
- name: Run GoReleaser
38
uses: goreleaser/goreleaser-action@v5
39
if: success() && startsWith(github.ref, 'refs/tags/')
0 commit comments