Taskfile: improve desc
This commit is contained in:
parent
cc4ae5b117
commit
f1b519d143
@ -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}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user