Skip to content

Commit

Permalink
fix: install kustomize
Browse files Browse the repository at this point in the history
  • Loading branch information
teodor-pripoae committed Apr 25, 2023
1 parent 016399c commit 115e79b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.PAT }}
- name: Install kustomize
uses: imranismail/setup-kustomize@v2
- name: Set version
run: |
echo "VERSION=${TAG//v/}" >>${GITHUB_ENV}
- name: Generate release yaml
run: make release
run: make static
- name: Build docker image
run: |
make docker-build
Expand Down

0 comments on commit 115e79b

Please sign in to comment.