fix: re-tag image (#92)

This commit is contained in:
Marco Ceppi
2023-02-28 09:11:09 -05:00
committed by GitHub
parent c40bddfdf3
commit a831ce00df

View File

@@ -46,6 +46,10 @@ jobs:
cat image
cat tags
podman load -i image.tar
image_name="localhost/$(head -n1 image):$(head -n1 tags)"
for t in $(cat tags); do
podman tag $image_name $(head -n1 image):$t
done
echo image="$(cat image)" >> $GITHUB_OUTPUT
delimiter="$(openssl rand -hex 8)"
{