Skip to content

Commit

Permalink
chore: Add login action
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Jul 1, 2024
1 parent 39ae4fd commit 1a1f786
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 @@ -22,6 +22,11 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ^1.22
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit 1a1f786

Please sign in to comment.