Skip to content

Commit d885110

Browse files
[repo] add traceBasedTests image (#1507)
* add traceBasedTests image * add traceBasedTests image --------- Co-authored-by: Austin Parker <austin@ap2.io>
1 parent bbb99a1 commit d885110

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build-images.yml

+4
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ jobs:
104104
tag_suffix: frontend-tests
105105
context: ./
106106
setup-qemu: true
107+
- file: ./test/tracetesting/Dockerfile
108+
tag_suffix: traceBasedTests
109+
context: ./
110+
setup-qemu: true
107111

108112
steps:
109113
- uses: actions/checkout@v4

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ the release.
1111
([#1501](https://github.com/open-telemetry/opentelemetry-demo/pull/1501))
1212
* [frontend] reunite trace from loadgenerator
1313
([#1506](https://github.com/open-telemetry/opentelemetry-demo/pull/1506))
14+
* [repo] add traceBasedTests image to published images
15+
([#1507](https://github.com/open-telemetry/opentelemetry-demo/pull/1507))
1416

1517
## 1.9.0
1618

0 commit comments

Comments
 (0)