Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jun 29, 2024
1 parent c3fc6fe commit 5e000c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 }}

0 comments on commit 5e000c9

Please sign in to comment.