build correct tag

This commit is contained in:
Jason Swank 2023-05-08 22:20:59 -04:00
parent ae5240316d
commit 69ed89d421

View File

@ -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: