fix build script
This commit is contained in:
parent
782f356e71
commit
93d15af987
@ -24,6 +24,7 @@ echo "Docker image built successfully"
|
|||||||
|
|
||||||
# Compress the tar file using xz
|
# Compress the tar file using xz
|
||||||
echo "Compressing the image to docker/${IMAGE_NAME}_${IMAGE_TAG}.tar.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
|
xz -z docker/${IMAGE_NAME}_${IMAGE_TAG}.tar
|
||||||
|
|
||||||
# Check if the compression was successful
|
# Check if the compression was successful
|
||||||
|
Loading…
x
Reference in New Issue
Block a user