Trying to keep act-images

This commit is contained in:
2025-01-18 14:07:49 +01:00
parent 4b1fc1338a
commit 53f24913d6
2 changed files with 3 additions and 1 deletions

View File

@@ -56,7 +56,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 --all --force
docker system prune --all --force --filter label!=ACT_IMAGE=true
echo "imageName=${IMAGE_NAME}" >> "$GITEA_OUTPUT"