Skip to content

Commit b5c5507

Browse files
committed
ci(release): login to ghcr b4 release
Signed-off-by: Dwi Siswanto <me@dw1.io>
1 parent 274303b commit b5c5507

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050

5151
- run: git config --global --add safe.directory "$(pwd)"
5252

53+
- uses: docker/login-action@v3
54+
with:
55+
registry: ghcr.io
56+
username: ${{ github.actor }}
57+
password: ${{ secrets.GITHUB_TOKEN }}
58+
5359
- run: goreleaser release --clean
5460
env:
5561
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)