gitea: fix kustomize install
This commit is contained in:
parent
fa2d414fa4
commit
bd06362ae7
@ -63,7 +63,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install kustomize
|
- name: Install kustomize
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y curl && curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
|
curl -L https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.3.0/kustomize_v5.3.0_linux_amd64.tar.gz -o kustomize.tar.gz && tar -xzf kustomize.tar.gz
|
||||||
- uses: https://github.com/actions/checkout.git@v4
|
- uses: https://github.com/actions/checkout.git@v4
|
||||||
with:
|
with:
|
||||||
ssh-key: '${{ secrets.VLACH_XYZ_DEPLOY }}'
|
ssh-key: '${{ secrets.VLACH_XYZ_DEPLOY }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user