From a61b1d2aaaf01c5c53bddbe23c1417b8ba809c98 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Mon, 8 May 2023 22:20:35 -0400 Subject: [PATCH] build correct tag --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 048c929..801f0f3 100644 --- a/justfile +++ b/justfile @@ -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: