Skip to content

Commit

Permalink
kustomize seems installed by default in GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Mortari <[email protected]>
  • Loading branch information
tarilabs committed Mar 18, 2024
1 parent 4266ba8 commit 18ed6b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-image-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: debug GHA, show kustomize
run: |
echo "Download kustomize 5.2.1"
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash -s "5.2.1"
echo "Display Kustomize version"
kustomize version
- name: Generate Tag
shell: bash
id: tags
Expand Down

0 comments on commit 18ed6b6

Please sign in to comment.