Skip to content

Commit

Permalink
Add environment variables to docker image creation step in release pi…
Browse files Browse the repository at this point in the history
…peline
  • Loading branch information
bartvanb committed Jun 5, 2024
1 parent 4b24dc8 commit e6cf41a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
create-docker-image:
runs-on: ubuntu-latest
needs: [version, find-current-vantage6-version]
env:
version: ${{ needs.version.outputs.version }}
branch: ${{ needs.version.outputs.branch }}
v6_version: ${{ needs.find-current-vantage6-version.outputs.v6_version }}

steps:
- name: Checkout Repository
Expand Down

0 comments on commit e6cf41a

Please sign in to comment.