From 0d213d244658be95bc326f31c3acdc74c07b2937 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Mon, 13 Mar 2023 20:25:20 -0400 Subject: [PATCH] fix image name for push --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index a91a43f..7af95e1 100644 --- a/justfile +++ b/justfile @@ -9,6 +9,7 @@ build: # publish the image publish: + @ podman tag {{image}} ghcr.io/{{image}} @ echo $GH_PAT | podman login ghcr.io -u jswank --password-stdin >/dev/null 2>&1 podman push ghcr.io/{{image}} @ podman logout ghcr.io