Added all to the prune action

This commit is contained in:
2024-12-19 21:30:41 +01:00
parent c530864cd0
commit 0d8c515c9e

View File

@@ -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"