Skip to content

Commit 13a0aed

Browse files
committed
test
1 parent 65b93ef commit 13a0aed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)