Compare commits
1 commit
535fefd207
...
272a24473a
Author | SHA1 | Date | |
---|---|---|---|
272a24473a |
3 changed files with 3 additions and 5 deletions
3
.github/workflows/container-scan.yml
vendored
3
.github/workflows/container-scan.yml
vendored
|
@ -33,6 +33,5 @@ jobs:
|
|||
|
||||
- name: Clean up Docker
|
||||
run: |
|
||||
docker buildx prune --filter=until=6h -f
|
||||
docker image rm meetup_trivy
|
||||
docker system prune -af --volumes --filter=until=6h
|
||||
docker system prune -af --volumes
|
||||
|
|
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
|
@ -66,5 +66,4 @@ jobs:
|
|||
|
||||
- name: Clean up Docker
|
||||
run: |
|
||||
docker buildx prune --filter=until=48h -f
|
||||
docker system prune -af --volumes --filter=until=6h
|
||||
docker system prune -af --volumes
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -31,4 +31,4 @@ jobs:
|
|||
|
||||
- name: Clean up Docker
|
||||
run: |
|
||||
docker system prune -af --volumes --filter=until=6h
|
||||
docker system prune -af --volumes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue