Skip to content

Commit

Permalink
Merge pull request #35 from chatwork/add-docker-login-action
Browse files Browse the repository at this point in the history
add: docker login to release workflow
  • Loading branch information
cw-atkhry authored Nov 13, 2024
2 parents e3deb25 + e68b12a commit 1c88c0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: goreleaser/goreleaser-action@v6
with:
args: release
Expand Down

0 comments on commit 1c88c0f

Please sign in to comment.