diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 687dc42232..f91f31103d 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -11,4 +11,4 @@ on: jobs: build_images: if: github.repository == 'open-telemetry/opentelemetry-demo' - uses: ./.github/workflows/component_build_images.yml + uses: ./.github/workflows/component-build-images.yml diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 69512a8dc8..8628f944d6 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -11,7 +11,7 @@ on: jobs: build_images: - uses: ./.github/workflows/component_build-images.yml + uses: ./.github/workflows/component-build-images.yml with: push: false version: 'dev' diff --git a/.github/workflows/component_build-images.yml b/.github/workflows/component-build-images.yml similarity index 100% rename from .github/workflows/component_build-images.yml rename to .github/workflows/component-build-images.yml diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index adbff97e29..7ecd338179 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -9,7 +9,7 @@ on: jobs: build_and_push_images: - uses: ./.github/workflows/component_build-images.yml + uses: ./.github/workflows/component-build-images.yml if: github.repository == 'open-telemetry/opentelemetry-demo' with: push: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e308af817b..4576ba661e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: build_and_push_images: - uses: ./.github/workflows/component_build-images.yml + uses: ./.github/workflows/component-build-images.yml if: github.repository == 'open-telemetry/opentelemetry-demo' with: push: true