set cleanup builder as always

This commit is contained in:
2025-01-31 22:35:41 +01:00
parent 09307cc58a
commit 0f01a0e710

View File

@@ -49,6 +49,7 @@ jobs:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }} REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASS: ${{ secrets.TOKEN_SVC_DOCKER }} REGISTRY_PASS: ${{ secrets.TOKEN_SVC_DOCKER }}
- name: docker cleanup image and build cache - name: docker cleanup image and build cache
if: always()
run: | run: |
docker image rm $REGISTRY_HOST/$CONTAINER_TAG:$CONTAINER_VERSION
docker builder prune -af docker builder prune -af
docker image rm $REGISTRY_HOST/$CONTAINER_TAG:$CONTAINER_VERSION