Skip to content

Commit 3861ead

Browse files
committed
larger machine.
1 parent a13b0e5 commit 3861ead

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
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
@@ -27,7 +27,6 @@ jobs:
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 \
@@ -39,7 +38,6 @@ jobs:
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 \

0 commit comments

Comments
 (0)