set cleanup builder as always
This commit is contained in:
@@ -49,6 +49,7 @@ jobs:
|
||||
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
||||
REGISTRY_PASS: ${{ secrets.TOKEN_SVC_DOCKER }}
|
||||
- name: docker cleanup image and build cache
|
||||
if: always()
|
||||
run: |
|
||||
docker image rm $REGISTRY_HOST/$CONTAINER_TAG:$CONTAINER_VERSION
|
||||
docker builder prune -af
|
||||
docker image rm $REGISTRY_HOST/$CONTAINER_TAG:$CONTAINER_VERSION
|
||||
|
||||
Reference in New Issue
Block a user