From ba5cef5228745c92e556fd6abca8b033f8e9ead2 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Fri, 3 Nov 2023 16:56:14 -0400 Subject: [PATCH] ci: Build jaeger v2 image on main branch runs (#4920) Do over for #4919 Signed-off-by: Yuri Shkuro --- .github/workflows/ci-all-in-one-build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci-all-in-one-build.yml b/.github/workflows/ci-all-in-one-build.yml index 900515119e4..9d81a8540f0 100644 --- a/.github/workflows/ci-all-in-one-build.yml +++ b/.github/workflows/ci-all-in-one-build.yml @@ -61,3 +61,10 @@ jobs: env: DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }} + + - name: Build, test, and publish jaeger (v2) image + if: github.ref_name == 'main' + run: BINARY=jaeger bash scripts/build-all-in-one-image.sh + env: + DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} + QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}