Skip to content

Commit

Permalink
Update controller image
Browse files Browse the repository at this point in the history
  • Loading branch information
chi3316 committed Oct 11, 2024
1 parent b149a95 commit 928e54e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down Expand Up @@ -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() }}
Expand Down

0 comments on commit 928e54e

Please sign in to comment.