mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-08 02:37:04 +00:00
fix(ci): building release image fails (#21)
This commit is contained in:
parent
9aec0ea7da
commit
60b73b6dd9
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -17,6 +17,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
|
|
||||||
|
|
||||||
- uses: ko-build/setup-ko@v0.7
|
- uses: ko-build/setup-ko@v0.7
|
||||||
- run: ko build --bare --tags ${{ github.ref_name }}
|
- run: ko build --bare --tags ${{ github.ref_name }} github.com/apricote/releaser-pleaser/cmd/rp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue