fix container loading

This commit is contained in:
Torben Haack 2024-10-10 06:53:09 +02:00
parent 29b140023a
commit 43d19dbc4e

View File

@ -21,7 +21,7 @@ fi
# Load the Docker image
echo "Loading Docker image from $INPUT_FILE..."
xz -dc "$DOCKER_DIR/$INPUT_FILE" | docker load
docker load "$DOCKER_DIR/$INPUT_FILE"
# Check if the operation was successful
if [ $? -eq 0 ]; then