fix: Add cleanup step for Docker images in CI
All checks were successful
🚀 Docker Build and Push / build-and-push (15) (push) Successful in 6m23s
🚀 Docker Build and Push / build-and-push (16) (push) Successful in 7m8s
🚀 Docker Build and Push / build-and-push (17) (push) Successful in 6m54s
🚀 Docker Build and Push / build-and-push (18) (push) Successful in 5m48s

This commit is contained in:
2025-12-19 12:51:17 +01:00
parent 4ea4132653
commit 748957e710

View File

@@ -101,4 +101,10 @@ jobs:
tags: | tags: |
gitea.killinger.fr/maxime.killinger/postgres-ts-vectors:latest gitea.killinger.fr/maxime.killinger/postgres-ts-vectors:latest
- name: 🧹 Cleanup Docker images
if: always()
run: |
docker rmi postgres-ts-vectors:pg${{ matrix.pg_version }}-test || true
docker image prune -f