build: clear previous version from cache
All checks were successful
/ test (map[name:nightly]) (push) Successful in 1m47s
/ test (map[name:stable]) (push) Successful in 1m49s
/ test (map[name:v1.81.0]) (push) Successful in 1m32s

This commit is contained in:
Paul Campbell 2025-01-11 18:23:57 +00:00
parent 0a69149418
commit 1a5bd83c1e

View file

@ -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