diff options
| author | Abhi <[email protected]> | 2025-07-18 00:10:58 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-18 04:10:58 +0000 |
| commit | 8497176168dded563d4cb98ecc988ea79251758a (patch) | |
| tree | 736a613fc03de603bd7ffda68685d9ca8d7f432d /.gcp | |
| parent | 91c69731c7be59adbea017d3c8f30281989b6f0a (diff) | |
(fix): broken releases and e2e workflows (#4428)
Diffstat (limited to '.gcp')
| -rw-r--r-- | .gcp/release-docker.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gcp/release-docker.yaml b/.gcp/release-docker.yaml index 67a21c56..59220b8d 100644 --- a/.gcp/release-docker.yaml +++ b/.gcp/release-docker.yaml @@ -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' |
