Skip to content

Commit

Permalink
Increment version in upstream CI docker push command (#7967)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar authored Sep 5, 2024
1 parent 59570c7 commit c201ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_upstream_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c201ec1

Please sign in to comment.