We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a17530 + c1ce840 commit 98fb5cfCopy full SHA for 98fb5cf
1 file changed
.github/workflows/build_and_push_docker_image.yml
@@ -131,6 +131,7 @@ jobs:
131
# Add MaxText tag
132
maxtext_hash=$(git rev-parse --short HEAD)
133
gcloud container images add-tag "$TEMP_IMG" "$SOURCE_IMAGE:maxtext_${maxtext_hash}_${clean_date}" --quiet
134
+ gcloud container images add-tag "$TEMP_IMG" "$SOURCE_IMAGE:${{ inputs.image_date }}" --quiet
135
136
# Add post-training dependencies tags
137
for dir in tunix vllm tpu-inference; do
0 commit comments