We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e69594f + ffa139e commit 2843536Copy full SHA for 2843536
.env
@@ -1,7 +1,7 @@
1
2
3
# Demo App version
4
-IMAGE_VERSION=1.12.0
+IMAGE_VERSION=2.0.0
5
IMAGE_NAME=ghcr.io/open-telemetry/demo
6
DEMO_VERSION=latest
7
.github/workflows/component-build-images.yml
@@ -189,7 +189,7 @@ jobs:
189
max-parallelism = 2
190
- name: Matrix Build and push demo images
191
if: steps.check_changes.outputs.skip == 'false'
192
- uses: docker/build-push-action@v6.13.0
+ uses: docker/build-push-action@v6.14.0
193
with:
194
context: ${{ matrix.file_tag.context }}
195
file: ${{ matrix.file_tag.file }}
0 commit comments