Adding logs
This commit is contained in:
@@ -36,6 +36,10 @@ if [ "$INPUT_PUSH_IMAGE" = "true" ]; then
|
||||
DOCKER_BUILD_OPTIONS+=("--push")
|
||||
fi
|
||||
|
||||
docker ps
|
||||
docker images
|
||||
docker info
|
||||
|
||||
if [ "$INPUT_PULL_CACHE" = "true" ]; then
|
||||
IMAGE_CACHE_NAME="${IMAGE_NAME%%:*}:build-cache"
|
||||
DOCKER_BUILD_OPTIONS+=("--cache-from" "type=registry,ref=${IMAGE_CACHE_NAME}")
|
||||
|
||||
Reference in New Issue
Block a user