Skip to content

Commit

Permalink
Merge pull request #66 from digma-ai/fix/ci
Browse files Browse the repository at this point in the history
Fix update jaeger job dependencies
  • Loading branch information
kshmidt-digma authored Dec 13, 2024
2 parents 37f7912 + f191567 commit a390660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/digma-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

update-digma-ui:
name: Update Jaeger dependencies in Digma UI
needs: [attach-release-asset, build-push-docker-image]
needs: [build, attach-release-asset, build-push-docker-image]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -51,6 +51,6 @@ jobs:
event-type: update-jaeger
client-payload: |-
{
"jaegerUIVersion": "${{ needs.build.outputs.version }}",
"jaegerUIVersion": "${{ needs.build.outputs.version }}",
"jaegerVersion": "${{ env.JAEGER_VERSION }}"
}

0 comments on commit a390660

Please sign in to comment.