mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
chore: add docker login step in workflow
This commit is contained in:
parent
5a2ac6ae31
commit
0b70938525
6
.github/workflows/scheduled-release.yml
vendored
6
.github/workflows/scheduled-release.yml
vendored
@ -27,6 +27,12 @@ jobs:
|
||||
go-version: "1.22"
|
||||
check-latest: true
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: Release
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user