chore: add authentication for docker hub
This commit is contained in:
parent
e2fb385732
commit
d8c10c6592
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -18,6 +18,9 @@ jobs:
|
|||
go-version: 1.14
|
||||
id: go
|
||||
|
||||
- name: Login to docker hub
|
||||
run: docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue