summaryrefslogtreecommitdiff
path: root/.gcp
diff options
context:
space:
mode:
authorRamon Figueiredo <[email protected]>2025-07-16 07:47:12 -0700
committerGitHub <[email protected]>2025-07-16 14:47:12 +0000
commitf4cd0055fd7fcb86bc7dddfd72aa8c6ed78a923e (patch)
tree9c11699e8d3c961c1b76ad0183cf0312a61167c1 /.gcp
parentcba272082d15a6b9fb4e21bc27ed1d56fa5b9a56 (diff)
chore: update numbering in release-docker.yaml (#4249)
Co-authored-by: Jack Wotherspoon <[email protected]>
Diffstat (limited to '.gcp')
-rw-r--r--.gcp/release-docker.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gcp/release-docker.yaml b/.gcp/release-docker.yaml
index a3bd7e70..67a21c56 100644
--- a/.gcp/release-docker.yaml
+++ b/.gcp/release-docker.yaml
@@ -5,19 +5,19 @@ steps:
entrypoint: 'npm'
args: ['install']
- # Step 4: Authenticate for Docker (so we can push images to the artifact registry)
+ # Step 2: Authenticate for Docker (so we can push images to the artifact registry)
- name: 'us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-builder'
id: 'Authenticate docker'
entrypoint: 'npm'
args: ['run', 'auth']
- # Step 5: Build workspace packages
+ # Step 3: Build workspace packages
- name: 'us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-builder'
id: 'Build packages'
entrypoint: 'npm'
args: ['run', 'build:packages']
- # Step 6: Determine Docker Image Tag
+ # Step 4: Determine Docker Image Tag
- name: 'us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-builder'
id: 'Determine Docker Image Tag'
entrypoint: 'bash'
@@ -39,7 +39,7 @@ steps:
echo "Determined image tag: $$FINAL_TAG"
echo "$$FINAL_TAG" > /workspace/image_tag.txt
- # Step 7: Build sandbox container image
+ # Step 5: Build sandbox container image
- name: 'us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-builder'
id: 'Build sandbox Docker image'
entrypoint: 'bash'