From c761a43a9ed1793d9256938bd2901079f0bd0dcb Mon Sep 17 00:00:00 2001 From: Daniel Gak Anagrov Date: Fri, 20 Jun 2025 16:32:24 +0200 Subject: [PATCH] fix(ci): bump the machines, remove the ci cache for frontend (#4969) --- .github/workflows/builds.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 1eee26441..ff726bb52 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -50,7 +50,7 @@ jobs: SPECKLE_SERVER_VERSION=${{ inputs.IMAGE_VERSION_TAG }} docker-build-frontend2: - runs-on: blacksmith + runs-on: blacksmith-8vcpu-ubuntu-2404 name: Frontend2 steps: - name: Login to Docker Hub @@ -73,8 +73,6 @@ jobs: file: ./packages/frontend-2/Dockerfile build-args: | SPECKLE_SERVER_VERSION=${{ inputs.IMAGE_VERSION_TAG }} - cache-from: type=registry,ref=${{ inputs.IMAGE_PREFIX }}/speckle-frontend-2:buildcache - cache-to: type=registry,ref=${{ inputs.IMAGE_PREFIX }}/speckle-frontend-2:buildcache,mode=max - name: Check frontend-2 build uses: useblacksmith/build-push-action@v1 if: ${{ !inputs.PUBLISH }}