Adding logs

This commit is contained in:
2024-12-06 12:52:17 +01:00
parent c3c1821286
commit 8ec17505d3

View File

@@ -48,6 +48,7 @@ DOCKER_BUILD_OPTIONS+=("${INPUT_DOCKERFILE_PATH}")
echo "Running docker buildx with options: ${DOCKER_BUILD_OPTIONS[@]}" echo "Running docker buildx with options: ${DOCKER_BUILD_OPTIONS[@]}"
echo "Building and pushing !" echo "Building and pushing !"
docker buildx use containerd
docker buildx build "${DOCKER_BUILD_OPTIONS[@]}" docker buildx build "${DOCKER_BUILD_OPTIONS[@]}"
echo "Cleaning up docker" echo "Cleaning up docker"
docker system prune --force docker system prune --force