Update .gitea/workflows/docker.yaml
This commit is contained in:
@@ -78,6 +78,5 @@ jobs:
|
|||||||
# docker system prune --all --force --filter until=6h
|
# docker system prune --all --force --filter until=6h
|
||||||
|
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
if: always()
|
|
||||||
run: |
|
run: |
|
||||||
docker images "$IMAGE" --format "{{.Repository}}:{{.Tag}}" | xargs -r docker rmi -f
|
docker images "$IMAGE" --format "{{.Repository}}:{{.Tag}}" | xargs -r docker rmi -f
|
||||||
|
|||||||
Reference in New Issue
Block a user