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
|
||||
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
|
||||
|
||||
- name: Build
|
||||
|
|
Loading…
Add table
Reference in a new issue