Skip to content

Commit

Permalink
Remove date tag for dev images (#7036)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar authored May 8, 2024
1 parent 1c31cde commit b543dc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions infra/tpu-pytorch-releases/dev_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ module "dev_images" {
image_name = "development"
image_tags = concat(each.value.extra_tags, [
each.key,
# Append _YYYYMMDD suffix to the dev image name.
"${each.key}_$(date +%Y%m%d)",
])

dockerfile = "development.Dockerfile"
Expand Down

0 comments on commit b543dc0

Please sign in to comment.