Skip to content

Commit 30f69fc

Browse files
committed
set vars
1 parent bcaadf8 commit 30f69fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-and-deploy-to-eks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ jobs:
147147
with:
148148
cmd: yq '(.${{ inputs.tagPath }} = "${{ needs.init.outputs.version }}")' -i ${{ inputs.deploymentRepoPath }}/values.yaml
149149
- name: Commit and push new tag
150+
env:
151+
env: ${{ inputs.env }}
152+
version: ${{ needs.init.outputs.version }}
150153
run: |
151154
set -euxo pipefail
152155
git config user.email "dev.bot@parcellab.com"

0 commit comments

Comments
 (0)