(fix): broken releases and e2e workflows (#4428)

This commit is contained in:
Abhi
2025-07-18 00:10:58 -04:00
committed by GitHub
parent 91c69731c7
commit 8497176168
2 changed files with 19 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ steps:
- |
export GEMINI_SANDBOX_IMAGE_TAG=$$(cat /workspace/image_tag.txt)
echo "Using Docker image tag for build: $$GEMINI_SANDBOX_IMAGE_TAG"
npm run build:sandbox
npm run build:sandbox -- --output-file /workspace/final_image_uri.txt
env:
- 'GEMINI_SANDBOX=$_CONTAINER_TOOL'