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