Compare commits
1 commit
9c49718d56
...
5695b8e869
Author | SHA1 | Date | |
---|---|---|---|
5695b8e869 |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/container-scan.yml
vendored
2
.github/workflows/container-scan.yml
vendored
|
@ -35,4 +35,4 @@ jobs:
|
|||
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 --filter=until=6h
|
||||
|
|
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
@ -67,4 +67,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 --filter=until=6h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue