correr ko con podman
This commit is contained in:
parent
0f6bd3c7e3
commit
967006965e
1 changed files with 7 additions and 3 deletions
10
Taskfile.yml
10
Taskfile.yml
|
@ -3,6 +3,10 @@ version: "3"
|
|||
tasks:
|
||||
ko:
|
||||
cmds:
|
||||
- ko build --bare .
|
||||
env:
|
||||
KO_DOCKER_REPO: gitea.nulo.in/nulo/zulip-checkin-cyborg
|
||||
- podman run --rm -it
|
||||
-v $PWD:/work:Z
|
||||
--workdir=/work
|
||||
-e KO_DOCKER_REPO=gitea.nulo.in/nulo/zulip-checkin-cyborg
|
||||
-v ~/.docker/:/docker-config:Z,ro
|
||||
-e DOCKER_CONFIG=/docker-config
|
||||
cgr.dev/chainguard/ko build --bare .
|
||||
|
|
Loading…
Reference in a new issue