Skip to content

Commit

Permalink
fix envsubset
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Nov 25, 2023
1 parent d0b37f3 commit 1a9186a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-push-kotsadm-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ runs:
shell: bash
run: |
export GIT_TAG=${{ inputs.git-tag }}
envsubst "${GIT_TAG}" < deploy/melange.yaml.tmpl > deploy/melange.yaml
envsubst "${GIT_TAG}" < deploy/apko.yaml.tmpl > deploy/apko.yaml
envsubst '${GIT_TAG}' < deploy/melange.yaml.tmpl > deploy/melange.yaml
envsubst '${GIT_TAG}' < deploy/apko.yaml.tmpl > deploy/apko.yaml
- id: cache-dir
shell: bash
Expand Down

0 comments on commit 1a9186a

Please sign in to comment.