Skip to content

Commit 5eabf75

Browse files
Add docker login
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
1 parent baacea5 commit 5eabf75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- uses: actions/setup-go@v2
1616
with:
1717
go-version: 1.15
18+
- name: Docker Login
19+
run: echo "$GITHUB_TOKEN" | docker login ghcr.io -u USERNAME --password-stdin
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.KEKENIKER_GITHUB_TOKEN }}
1822
- uses: goreleaser/goreleaser-action@v2
1923
with:
2024
version: latest

0 commit comments

Comments
 (0)