Skip to content

Commit

Permalink
Merge pull request #35 from reproio/chore/add-gha-workflow-for-gorele…
Browse files Browse the repository at this point in the history
…aser

chore: add steps for goreleaser
  • Loading branch information
okkez authored Jan 18, 2024
2 parents 4c48361 + 7182aff commit 391ccf1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ jobs:
registry: ghcr.io
username: reproiobot
password: ${{ secrets.CR_PAT }}
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3
with:
context: .
Expand Down

0 comments on commit 391ccf1

Please sign in to comment.