Skip to content

Commit ab40c97

Browse files
committed
infra: login into docker hub in CI
1 parent 7c3c554 commit ab40c97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
uses: actions/setup-go@v5
3232
with:
3333
go-version: stable
34+
- name: Login to Docker Hub
35+
uses: docker/login-action@v3
36+
with:
37+
username: ${{ secrets.DOCKERHUB_USERNAME }}
38+
password: ${{ secrets.DOCKERHUB_TOKEN }}
3439
# More assembly might be required: Docker logins, GPG, etc.
3540
# It all depends on your needs.
3641
- name: Run GoReleaser

0 commit comments

Comments
 (0)