podman-matrix : maj script de construction des images

This commit is contained in:
Gitouche 2023-07-28 22:19:52 +02:00
parent ccf9edc9ba
commit d4052e2520
1 changed files with 3 additions and 1 deletions

View File

@ -26,10 +26,12 @@ if ! podman image exists ${synapse_image}:${synapse_version}; then
podman image load &&
podman container rm --force buildkitd &&
podman image rm docker.io/moby/buildkit:${buildkitd_version}
}
} || retval=false
rm -rf ${buildfolder}
eval $retval
else
echo "Image ${synapse_image}:${synapse_version} already built"
false
fi &&
oci_push_to_registry ${synapse_image}:${synapse_version}