Skip to content

Commit

Permalink
Set VAULT_VERSION value as workflow input
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 2, 2024
1 parent 75cbbab commit 5ddda6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:

- name: Build and push
uses: docker/bake-action@v2
env:
VAULT_VERSION: ${{ inputs.version }}
with:
push: ${{ github.event_name != 'pull_request' }}
files: |
Expand Down

0 comments on commit 5ddda6d

Please sign in to comment.