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