From 5e000c9a2883965729e5f77131a6e099336f0752 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Sat, 29 Jun 2024 15:17:58 -0400 Subject: [PATCH] fix Signed-off-by: Yuri Shkuro --- .github/workflows/build-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 3380a40..67c2d78 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -78,7 +78,7 @@ jobs: - name: Build Proto in Jaeger if: github.event_name == 'pull_request' working-directory: jaeger - run: make proto DOCKER_PROTOBUF_VERSION=latest + run: make proto DOCKER_PROTOBUF=${{ steps.docker_meta.outputs.tags }} - name: Checkout jaeger-idl for validation if: github.event_name == 'pull_request' @@ -91,4 +91,4 @@ jobs: - name: Build Proto in jaeger-idl if: github.event_name == 'pull_request' working-directory: jaeger-idl - run: make proto PROTOC_VER=latest + run: make proto PROTOC_IMAGE=${{ steps.docker_meta.outputs.tags }}