diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 5d2a3f3c9b..5bd737832b 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -53,7 +53,7 @@ jobs: staging-image: ${{ steps.imageOutput.outputs.stagingImage }} staging_registry: ${{ steps.imageOutput.outputs.stagingRegistry }} staging_repository: ${{ steps.imageOutput.outputs.stagingRepository }} - aws_default_region: ${{ steps.default_region_output.aws_default_region }} + aws_default_region: ${{ steps.default_region_output.outputs.aws_default_region }} steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/nightly-upstream-snapshot-build.yml b/.github/workflows/nightly-upstream-snapshot-build.yml index 35c9c3532b..aea656290b 100644 --- a/.github/workflows/nightly-upstream-snapshot-build.yml +++ b/.github/workflows/nightly-upstream-snapshot-build.yml @@ -21,7 +21,7 @@ jobs: release-candidate-image: ${{ steps.imageOutput.outputs.rcImage }} image_registry: ${{ steps.imageOutput.outputs.imageRegistry }} image_name: ${{ steps.imageOutput.outputs.imageName }} - aws_default_region: ${{ steps.default_region_output.aws_default_region }} + aws_default_region: ${{ steps.default_region_output.outputs.aws_default_region }} steps: - uses: actions/checkout@v4