We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb99a1 commit d885110Copy full SHA for d885110
.github/workflows/build-images.yml
@@ -104,6 +104,10 @@ jobs:
104
tag_suffix: frontend-tests
105
context: ./
106
setup-qemu: true
107
+ - file: ./test/tracetesting/Dockerfile
108
+ tag_suffix: traceBasedTests
109
+ context: ./
110
+ setup-qemu: true
111
112
steps:
113
- uses: actions/checkout@v4
CHANGELOG.md
@@ -11,6 +11,8 @@ the release.
11
([#1501](https://github.com/open-telemetry/opentelemetry-demo/pull/1501))
12
* [frontend] reunite trace from loadgenerator
13
([#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))
16
17
## 1.9.0
18
0 commit comments