build: handle removing existing images when there are none
This commit is contained in:
parent
766156841b
commit
70e801e03c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
- name: Clear image from cache
|
- name: Clear image from cache
|
||||||
run: |
|
run: |
|
||||||
docker rmi git.kemitix.net/kemitix/rust:latest
|
docker images git.kemitix.net/kemitix/rust -q | sort -u | xargs docker rmi
|
||||||
docker system prune --force --all
|
docker system prune --force --all
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Add table
Reference in a new issue