File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -142,18 +142,18 @@ jobs:
142142 - name : Install dependencies
143143 run : pnpm install --frozen-lockfile
144144
145- - name : Restore Docker image from cache
146- uses : actions/cache/restore@v4
147- with :
148- path : e2b-sandbox-${{ matrix.arch }}.tar.gz
149- key : docker-image-${{ matrix.arch }}-${{ github.run_id }}
150- enableCrossOsArchive : true
145+ # - name: Restore Docker image from cache
146+ # uses: actions/cache/restore@v4
147+ # with:
148+ # path: e2b-sandbox-${{ matrix.arch }}.tar.gz
149+ # key: docker-image-${{ matrix.arch }}-${{ github.run_id }}
150+ # enableCrossOsArchive: true
151151
152152 - name : Create sandbox_images directory and rename Docker image
153153 shell : bash
154154 run : |
155155 mkdir -p sandbox_images
156- mv e2b-sandbox-${{ matrix.arch }}.tar.gz sandbox_images/e2b-sandbox-latest.tar.gz
156+ # mv e2b-sandbox-${{ matrix.arch }}.tar.gz sandbox_images/e2b-sandbox-latest.tar.gz
157157
158158
159159 - name : Make application
You can’t perform that action at this time.
0 commit comments