diff --git a/Taskfile.yml b/Taskfile.yml index 6b18184..0dd98f7 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -12,7 +12,7 @@ tasks: cmds: - task: build build: - desc: build a new image + desc: build a new image; use CLI_ARGS to pass additional arguments (build -- --no-cache). cmds: - (podman manifest exists {{.IMAGE}}:{{.TAG}} && podman manifest rm {{.IMAGE}}:{{.TAG}}) || true - podman manifest create {{.IMAGE}}:{{.TAG}}