File tree 5 files changed +4
-4
lines changed
5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build_images :
13
13
if : github.repository == 'open-telemetry/opentelemetry-demo'
14
- uses : ./.github/workflows/component_build_images .yml
14
+ uses : ./.github/workflows/component-build-images .yml
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
build_images :
14
- uses : ./.github/workflows/component_build -images.yml
14
+ uses : ./.github/workflows/component-build -images.yml
15
15
with :
16
16
push : false
17
17
version : ' dev'
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
build_and_push_images :
12
- uses : ./.github/workflows/component_build -images.yml
12
+ uses : ./.github/workflows/component-build -images.yml
13
13
if : github.repository == 'open-telemetry/opentelemetry-demo'
14
14
with :
15
15
push : true
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build_and_push_images :
11
- uses : ./.github/workflows/component_build -images.yml
11
+ uses : ./.github/workflows/component-build -images.yml
12
12
if : github.repository == 'open-telemetry/opentelemetry-demo'
13
13
with :
14
14
push : true
You can’t perform that action at this time.
0 commit comments