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"