Adding logs
This commit is contained in:
@@ -48,6 +48,9 @@ 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 info
|
||||||
|
docker buildx ls
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user