Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmwahl committed May 30, 2024
1 parent 44e92a1 commit 9efd5cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
release_branches: master,main
dry_run: ${{ env.RELEASE != 'true' }}
- run: git fetch --force --tags
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: raalabs-cicd
password: ${{ secrets.GITHUB_TOKEN }}
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builds:
env: [ CGO_ENABLED=0 ]
goos: [ linux ]
goarch: [ amd64 ]
main: ./cmd/jiralert/main.go
main: ./cmd/jiralert
dockers:
- use: buildx
image_templates:
Expand Down

0 comments on commit 9efd5cc

Please sign in to comment.