Skip to content

Commit

Permalink
Local Image Name
Browse files Browse the repository at this point in the history
  • Loading branch information
gobbleturk committed Feb 26, 2024
1 parent f2cd92c commit 0e36803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildDockerImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
project=tpu-prod-env-multipod
local_image_name=maxtext_local_jax_stable
cloud_image_name=maxtext_jax_stable
bash docker_build_dependency_image.sh $local_image_name MODE=stable &&
bash docker_build_dependency_image.sh LOCAL_IMAGE_NAME=$local_image_name MODE=stable &&
docker tag ${local_image_name} gcr.io/$project/${cloud_image_name}:latest
docker push gcr.io/$project/${cloud_image_name}:latest
Expand Down

0 comments on commit 0e36803

Please sign in to comment.