fix build script
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user