From 0d8c515c9e1783e8e3e422ca7d33a11efb07d17b Mon Sep 17 00:00:00 2001 From: Skydust Date: Thu, 19 Dec 2024 21:30:41 +0100 Subject: [PATCH] Added all to the prune action --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ee2b35e..bb7c5ce 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -50,7 +50,7 @@ echo "Running docker buildx with options: ${DOCKER_BUILD_OPTIONS[@]}" echo "Building and pushing !" docker buildx build "${DOCKER_BUILD_OPTIONS[@]}" echo "Cleaning up docker" -docker system prune --force +docker system prune --all --force echo "imageName=${IMAGE_NAME}" >>"$GITEA_OUTPUT"