build: clear previous version from cache
This commit is contained in:
parent
0a69149418
commit
1a5bd83c1e
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Clear image from cache
|
||||||
|
run: |
|
||||||
|
docker rmi git.kemitix.net/kemitix/rust:latest
|
||||||
|
docker system prune --force --all
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: docker build . -t git.kemitix.net/kemitix/rust:latest
|
run: docker build . -t git.kemitix.net/kemitix/rust:latest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue