This repository has been archived on 2024-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
ddnser/Taskfile.yml
2023-07-07 13:38:41 -03:00

13 lines
296 B
YAML

version: "3"
tasks:
ko:
cmds:
- podman run --rm -it
-v $PWD:/work:Z
--workdir=/work
-e KO_DOCKER_REPO=gitea.nulo.in/nulo/ddnser
-v ~/.docker/:/docker-config:Z,ro
-e DOCKER_CONFIG=/docker-config
cgr.dev/chainguard/ko build --bare .