Skip to content

Commit

Permalink
fix lint isses
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Oct 6, 2023
1 parent df7d1b5 commit 98dbb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ jobs:
- name: template melange and apko configs
run: |
export GIT_TAG=${{ needs.generate-tag.outputs.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
- uses: chainguard-dev/actions/melange-build@main
with:
Expand Down

0 comments on commit 98dbb4e

Please sign in to comment.