Skip to content

Commit

Permalink
Add env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Jul 25, 2024
1 parent 922af89 commit 2cd48eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ jobs:
packages: write
outputs:
container_image_uri: ${{ steps.set-outputs.outputs.container_image_uri }}
env:
VENUE: ${{ needs.build.outputs.deploy_env }}
SOFTWARE_VERSION: ${{ needs.build.outputs.version }}
PYPROJECT_NAME: ${{ needs.build.outputs.pyproject_name }}
steps:
- uses: actions/checkout@v4
- name: Log in to the Container registry
Expand Down

0 comments on commit 2cd48eb

Please sign in to comment.