Skip to content

Commit 15ec943

Browse files
Login to dockerhub in workflow
1 parent bacb447 commit 15ec943

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
with:
2020
go-version: 1.16
2121

22+
- name: Login to Docker Hub
23+
uses: docker/login-action@v1
24+
with:
25+
username: '${{ secrets.DOCKERHUB_USERNAME }}'
26+
password: '${{ secrets.DOCKERHUB_PASSWORD }}'
27+
2228
- name: Run GoReleaser
2329
uses: goreleaser/goreleaser-action@v2
2430
with:

0 commit comments

Comments
 (0)