Skip to content

Commit

Permalink
Update ci-docker-image-validation.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Harshvir Potpose <[email protected]>
  • Loading branch information
akagami-harsh authored Nov 12, 2023
1 parent 1d74eea commit 04f246f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/ci-docker-image-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,23 @@ jobs:
- name: Checkout jaeger
uses: actions/checkout@v4
with:
repository: jaegertracing/jaeger
repository: jaegertracting/jaeger
path: jaeger

- name: Checkout jaeger-idl
uses: actions/checkout@v4
with:
repository: jaegertracting/jaeger-idl
path: jaeger-idl

- name: Build Proto in Jaeger
working-directory: jaeger
run: make proto JAEGER_DOCKER_PROTOBUF=protobuf
run: |
make init-submodules
make proto JAEGER_DOCKER_PROTOBUF=protobuf
- name: Build Proto in Jaeger-idl
working-directory: jaeger-idl
run: |
make init-submodules
make proto PROTOC_IMAGE=protobuf

0 comments on commit 04f246f

Please sign in to comment.