Skip to content

Commit 7b20c4b

Browse files
committed
ci
1 parent 7022eaf commit 7b20c4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
- uses: actions/setup-go@v5
2020
with:
2121
go-version-file: "go.mod"
22+
- name: Login to Docker Hub
23+
uses: docker/login-action@v3
24+
with:
25+
username: getlantern
26+
password: ${{ secrets.DOCKER_PASSWORD }}
2227
- name: Run GoReleaser
2328
uses: goreleaser/goreleaser-action@v6
2429
with:

0 commit comments

Comments
 (0)