mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +00:00
ci: fix ko settings after using mise (#246)
This commit is contained in:
parent
e1afa22e0a
commit
852c08ed3d
2 changed files with 9 additions and 2 deletions
3
.github/workflows/releaser-pleaser.yaml
vendored
3
.github/workflows/releaser-pleaser.yaml
vendored
|
|
@ -36,8 +36,7 @@ jobs:
|
|||
# version is released. But a new version can only be released if this job works.
|
||||
- run: ko build --bare --local --platform linux/amd64 --tags ci github.com/apricote/releaser-pleaser/cmd/rp
|
||||
|
||||
- run: mkdir -p .github/actions/releaser-pleaser
|
||||
- run: "sed -i 's|image: .*$|image: docker://ghcr.io/apricote/releaser-pleaser:ci|g' action.yml"
|
||||
- run: "sed -i 's|image: .*$|image: docker://ko.local:ci|g' action.yml"
|
||||
|
||||
# Dogfood the action to make sure it works for users.
|
||||
- name: releaser-pleaser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue