build correct tag
This commit is contained in:
parent
ae5240316d
commit
69ed89d421
2
justfile
2
justfile
@ -11,7 +11,7 @@ registry_pass_var := "REGISTRY_PASSWORD"
|
|||||||
|
|
||||||
# build a new image
|
# build a new image
|
||||||
build:
|
build:
|
||||||
podman build -t {{image}} -f Dockerfile ctx
|
podman build -t {{image}}:{{tag}} -f Dockerfile ctx
|
||||||
|
|
||||||
# publish the image
|
# publish the image
|
||||||
publish alt_tag=tag:
|
publish alt_tag=tag:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user