We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1ac95e + 42ebf92 commit 6bd68a5Copy full SHA for 6bd68a5
1 file changed
.github/workflows/build_and_push_docker_image.yml
@@ -142,6 +142,9 @@ jobs:
142
# Add MaxText tag
143
maxtext_hash=$(git rev-parse --short HEAD)
144
gcloud container images add-tag "$SOURCE_IMAGE:${{ github.run_id }}" "$SOURCE_IMAGE:maxtext_${maxtext_hash}_${clean_date}" --quiet
145
+
146
+ # Add latest tag (TODO: add this tag only after tests pass)
147
+ gcloud container images add-tag "$SOURCE_IMAGE:${{ github.run_id }}" "$SOURCE_IMAGE:latest" --quiet
148
fi
149
env:
150
INPUTS_IMAGE_NAME: ${{ inputs.image_name }}
0 commit comments