Skip to content

Commit a13b0e5

Browse files
committed
Fix.
1 parent 50dcb6e commit a13b0e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Build and push Scantools Docker image
2828
run: |
2929
DATE=$(date +%Y-%m-%d)
30+
docker system prune -a --volumes --force
3031
docker build . --tag ghcr.io/microsoft/lamar-benchmark/scantools:$DATE --target scantools
3132
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
3233
docker tag ghcr.io/microsoft/lamar-benchmark/scantools:$DATE \
@@ -38,6 +39,7 @@ jobs:
3839
- name: Build and push Lamar Docker image
3940
run: |
4041
DATE=$(date +%Y-%m-%d)
42+
docker system prune -a --volumes --force
4143
docker build . --tag ghcr.io/microsoft/lamar-benchmark/lamar:$DATE --target lamar
4244
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
4345
docker tag ghcr.io/microsoft/lamar-benchmark/lamar:$DATE \

0 commit comments

Comments
 (0)