fix: dont try to remove already removed tags
This commit is contained in:
parent
aeb904dcde
commit
96d2852c2d
1 changed files with 0 additions and 1 deletions
1
.github/workflows/docker-build.yml
vendored
1
.github/workflows/docker-build.yml
vendored
|
@ -63,5 +63,4 @@ jobs:
|
||||||
- name: Clean up Docker
|
- name: Clean up Docker
|
||||||
run: |
|
run: |
|
||||||
docker builder prune -af --keep-storage 2GB
|
docker builder prune -af --keep-storage 2GB
|
||||||
docker rmi $(docker images --filter=reference="git.dominikstahl.dev/dhbw-we/meetup:*" -q)
|
|
||||||
docker image prune -f
|
docker image prune -f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue