fix build script

This commit is contained in:
Torben Haack 2024-10-10 12:45:07 +02:00
parent 782f356e71
commit 93d15af987

View File

@ -24,6 +24,7 @@ echo "Docker image built successfully"
# Compress the tar file using xz
echo "Compressing the image to docker/${IMAGE_NAME}_${IMAGE_TAG}.tar.xz..."
rm "${IMAGE_NAME}_${IMAGE_TAG}.tar.xz"
xz -z docker/${IMAGE_NAME}_${IMAGE_TAG}.tar
# Check if the compression was successful