fix(ci): bump the machines, remove the ci cache for frontend (#4969)

This commit is contained in:
Daniel Gak Anagrov
2025-06-20 16:32:24 +02:00
committed by GitHub
parent 9b398b3244
commit c761a43a9e
+1 -3
View File
@@ -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 }}