diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 08815402e..2ac67b7c6 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -278,10 +278,5 @@ jobs: fetch-depth: 0 - name: Setup Docker Builder uses: useblacksmith/setup-docker-builder@v1 - - uses: useblacksmith/build-push-action@v2 - with: - setup-only: true - cache-from: type=registry,ref=${{ inputs.IMAGE_PREFIX }}/speckle-frontend-2:buildcache-sourcemaps - cache-to: type=registry,ref=${{ inputs.IMAGE_PREFIX }}/speckle-frontend-2:buildcache-sourcemaps - name: Build and Publish sourcemaps run: ./.github/workflows/scripts/publish_fe2_sourcemaps.sh