diff --git a/entrypoint.sh b/entrypoint.sh index 4a89328..d40e59d 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -48,6 +48,7 @@ DOCKER_BUILD_OPTIONS+=("${INPUT_DOCKERFILE_PATH}") echo "Running docker buildx with options: ${DOCKER_BUILD_OPTIONS[@]}" echo "Building and pushing !" +docker buildx use containerd docker buildx build "${DOCKER_BUILD_OPTIONS[@]}" echo "Cleaning up docker" docker system prune --force