mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +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"
|
go-version: "1.22"
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
|
- name: Login to Docker Hub
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKER_TOKEN }}
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: goreleaser/goreleaser-action@v6
|
uses: goreleaser/goreleaser-action@v6
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user