Skip to content

Commit

Permalink
chore: try to get release image working
Browse files Browse the repository at this point in the history
  • Loading branch information
Primexz committed Apr 26, 2024
1 parent c0a3beb commit 40a5c46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
go-version-file: go.mod
id: go

- name: Docker Login
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ builds:
- goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm
Expand Down

0 comments on commit 40a5c46

Please sign in to comment.