From c201ec11df0f2d0ddec3cfbeea893427a6e46803 Mon Sep 17 00:00:00 2001 From: Will Cromar Date: Thu, 5 Sep 2024 15:30:50 -0700 Subject: [PATCH] Increment version in upstream CI `docker push` command (#7967) --- .github/workflows/build_upstream_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_upstream_image.yml b/.github/workflows/build_upstream_image.yml index ded8f07b713..bb8ce87f01c 100644 --- a/.github/workflows/build_upstream_image.yml +++ b/.github/workflows/build_upstream_image.yml @@ -37,4 +37,4 @@ jobs: # if image layers are not present in the repo. # Note: disable the following line while testing a new image, so we do not # push to the upstream. - docker push "${ECR_DOCKER_IMAGE_BASE}:v1.2-lite" + docker push "${ECR_DOCKER_IMAGE_BASE}:v1.3-lite"