Skip to content

Commit 2843536

Browse files
Merge branch 'main' into fossa
2 parents e69594f + ffa139e commit 2843536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
# Demo App version
4-
IMAGE_VERSION=1.12.0
4+
IMAGE_VERSION=2.0.0
55
IMAGE_NAME=ghcr.io/open-telemetry/demo
66
DEMO_VERSION=latest
77

.github/workflows/component-build-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
max-parallelism = 2
190190
- name: Matrix Build and push demo images
191191
if: steps.check_changes.outputs.skip == 'false'
192-
uses: docker/build-push-action@v6.13.0
192+
uses: docker/build-push-action@v6.14.0
193193
with:
194194
context: ${{ matrix.file_tag.context }}
195195
file: ${{ matrix.file_tag.file }}

0 commit comments

Comments
 (0)