Skip to content

Commit

Permalink
ci: add docker login for cli (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir authored Dec 3, 2023
1 parent 247d344 commit 3d236d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
fi
done
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- uses: actions/setup-go@v4
with:
go-version: '1.21.0'
Expand Down

0 comments on commit 3d236d3

Please sign in to comment.