Skip to content

Commit

Permalink
github: cannot refer to env. context for environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Feb 1, 2024
1 parent 078fe8d commit 6b793d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
build_push:
runs-on: ubuntu-latest
environment: ${{ env.environment_name }}
environment: production
outputs:
image_digest: ${{ steps.build_and_push.outputs.digest }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
build_push:
runs-on: ubuntu-latest
environment: ${{ env.environment_name }}
environment: staging
outputs:
image_digest: ${{ steps.build_and_push.outputs.digest }}
steps:
Expand Down

0 comments on commit 6b793d0

Please sign in to comment.