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
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:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user