chore(ci): docker cleanup
This commit is contained in:
parent
8ad493f96e
commit
d3865605c4
3 changed files with 6 additions and 0 deletions
1
.github/workflows/container-scan.yml
vendored
1
.github/workflows/container-scan.yml
vendored
|
@ -35,3 +35,4 @@ jobs:
|
|||
run: |
|
||||
docker buildx prune --filter=until=48h -f
|
||||
docker image rm meetup_trivy
|
||||
docker system prune -af --volumes
|
1
.github/workflows/docker-build.yml
vendored
1
.github/workflows/docker-build.yml
vendored
|
@ -67,3 +67,4 @@ jobs:
|
|||
- name: Clean up Docker
|
||||
run: |
|
||||
docker buildx prune --filter=until=48h -f
|
||||
docker system prune -af --volumes
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -25,3 +25,7 @@ jobs:
|
|||
build: yarn run build
|
||||
start: yarn cypress:start_server
|
||||
component: true
|
||||
|
||||
- name: Clean up Docker
|
||||
run: |
|
||||
docker system prune -af --volumes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue