Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: dlorenc <[email protected]>
  • Loading branch information
dlorenc authored Feb 20, 2024
1 parent 797c890 commit d8c2516
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: eb5f7d76fee2027bb4e25711e0d2666b3891dcd3

- uses: go/bump
with:
deps: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] go.opentelemetry.io/[email protected] go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] go.opentelemetry.io/otel/[email protected]

- runs: |
mkdir -p ${{targets.destdir}}/usr/bin
DESTDIR=${{targets.destdir}}/usr/bin/ make build
Expand Down

0 comments on commit d8c2516

Please sign in to comment.