chore: docker hub login
This commit is contained in:
parent
0a03abee4b
commit
ac2e6ba5c7
1 changed files with 5 additions and 2 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -18,8 +18,11 @@ jobs:
|
|||
go-version: 1.14
|
||||
id: go
|
||||
|
||||
- name: Login to docker hub
|
||||
run: docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2.2.1
|
||||
|
|
Loading…
Reference in a new issue