build correct tag

This commit is contained in:
Jason Swank 2023-05-08 22:20:35 -04:00
parent 86a8cf5be8
commit a61b1d2aaa

View File

@ -11,7 +11,7 @@ registry_pass_var := "REGISTRY_PASSWORD"
# build a new image
build:
podman build -t {{image}} -f Dockerfile ctx
podman build -t {{image}}:{{tag}} -f Dockerfile ctx
# publish the image
publish alt_tag=tag: