fix image name for push

This commit is contained in:
Jason Swank 2023-03-13 20:25:20 -04:00
parent 58e625078f
commit 0d213d2446

View File

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