Taskfile: improve desc

This commit is contained in:
Jason Swank 2024-08-11 18:01:18 -04:00
parent cc4ae5b117
commit f1b519d143

View File

@ -12,7 +12,7 @@ tasks:
cmds: cmds:
- task: build - task: build
build: build:
desc: build a new image desc: build a new image; use CLI_ARGS to pass additional arguments (build -- --no-cache).
cmds: cmds:
- (podman manifest exists {{.IMAGE}}:{{.TAG}} && podman manifest rm {{.IMAGE}}:{{.TAG}}) || true - (podman manifest exists {{.IMAGE}}:{{.TAG}} && podman manifest rm {{.IMAGE}}:{{.TAG}}) || true
- podman manifest create {{.IMAGE}}:{{.TAG}} - podman manifest create {{.IMAGE}}:{{.TAG}}