We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dcb6e commit a13b0e5Copy full SHA for a13b0e5
1 file changed
.github/workflows/docker-image.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Build and push Scantools Docker image
28
run: |
29
DATE=$(date +%Y-%m-%d)
30
+ docker system prune -a --volumes --force
31
docker build . --tag ghcr.io/microsoft/lamar-benchmark/scantools:$DATE --target scantools
32
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
33
docker tag ghcr.io/microsoft/lamar-benchmark/scantools:$DATE \
@@ -38,6 +39,7 @@ jobs:
38
39
- name: Build and push Lamar Docker image
40
41
42
43
docker build . --tag ghcr.io/microsoft/lamar-benchmark/lamar:$DATE --target lamar
44
45
docker tag ghcr.io/microsoft/lamar-benchmark/lamar:$DATE \
0 commit comments