Skip to content

Commit

Permalink
[chore] fix build-images workflow (#1661)
Browse files Browse the repository at this point in the history
* fix build-images workflow

* use consistent naming for workflows
  • Loading branch information
puckpuck committed Jul 9, 2024
1 parent 62d1d9b commit c417bdb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c417bdb

Please sign in to comment.