Skip to content

Commit c1ce840

Browse files
committed
add tag
1 parent 496ed40 commit c1ce840

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_and_push_docker_image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
# Add MaxText tag
132132
maxtext_hash=$(git rev-parse --short HEAD)
133133
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
134135
135136
# Add post-training dependencies tags
136137
for dir in tunix vllm tpu-inference; do

0 commit comments

Comments
 (0)