final cleanup task

This commit is contained in:
2025-01-29 22:47:57 +01:00
parent 1820a136d5
commit 83c9682c24

View File

@@ -35,5 +35,7 @@ jobs:
env:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASS: ${{ secrets.TOKEN_SVC_DOCKER }}
- name: docker cleanup image and layer ...
run: docker builder prune -af
- name: docker cleanup image and build cache
run: |
docker image rm $REGISTRY_HOST/$CONTAINER_TAG:$CONTAINER_VERSION
docker builder prune -af