From 928e54e0fe9ff0d791265e3f45e2d69ba4ccaa4a Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 11 Oct 2024 09:49:52 +0800 Subject: [PATCH] Update controller image --- .github/workflows/push-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml index de1e11cb22c..a2f79240666 100644 --- a/.github/workflows/push-ci.yml +++ b/.github/workflows/push-ci.yml @@ -128,6 +128,9 @@ jobs: image: repository: ${{env.DOCKER_REPO}} tag: ${{ matrix.version }} + controller: + repository: ${{env.DOCKER_REPO}} + tag: ${{ matrix.version }} deploy-benchmark: if: ${{ success() }} @@ -162,6 +165,9 @@ jobs: image: repository: ${{env.DOCKER_REPO}} tag: ${{ matrix.version }} + controller: + repository: ${{env.DOCKER_REPO}} + tag: ${{ matrix.version }} test-e2e-grpc-java: if: ${{ success() }}