File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 build-and-push :
1111 permissions : write-all
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-latest-4-cores
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v4
2727 - name : Build and push Scantools Docker image
2828 run : |
2929 DATE=$(date +%Y-%m-%d)
30- docker system prune -a --volumes --force
3130 docker build . --tag ghcr.io/microsoft/lamar-benchmark/scantools:$DATE --target scantools
3231 if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
3332 docker tag ghcr.io/microsoft/lamar-benchmark/scantools:$DATE \
3938 - name : Build and push Lamar Docker image
4039 run : |
4140 DATE=$(date +%Y-%m-%d)
42- docker system prune -a --volumes --force
4341 docker build . --tag ghcr.io/microsoft/lamar-benchmark/lamar:$DATE --target lamar
4442 if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
4543 docker tag ghcr.io/microsoft/lamar-benchmark/lamar:$DATE \
You can’t perform that action at this time.
0 commit comments