Skip to content

Commit c417bdb

Browse files
authored
[chore] fix build-images workflow (open-telemetry#1661)
* fix build-images workflow * use consistent naming for workflows
1 parent 62d1d9b commit c417bdb

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/workflows/build-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111
jobs:
1212
build_images:
1313
if: github.repository == 'open-telemetry/opentelemetry-demo'
14-
uses: ./.github/workflows/component_build_images.yml
14+
uses: ./.github/workflows/component-build-images.yml

.github/workflows/checks.yml

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

1212
jobs:
1313
build_images:
14-
uses: ./.github/workflows/component_build-images.yml
14+
uses: ./.github/workflows/component-build-images.yml
1515
with:
1616
push: false
1717
version: 'dev'

.github/workflows/nightly-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build_and_push_images:
12-
uses: ./.github/workflows/component_build-images.yml
12+
uses: ./.github/workflows/component-build-images.yml
1313
if: github.repository == 'open-telemetry/opentelemetry-demo'
1414
with:
1515
push: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build_and_push_images:
11-
uses: ./.github/workflows/component_build-images.yml
11+
uses: ./.github/workflows/component-build-images.yml
1212
if: github.repository == 'open-telemetry/opentelemetry-demo'
1313
with:
1414
push: true

0 commit comments

Comments
 (0)