ci: Switch image
This commit is contained in:
parent
79b52b9b3a
commit
eb5fed877c
1 changed files with 1 additions and 1 deletions
|
@ -24,10 +24,10 @@ jobs:
|
||||||
- container
|
- container
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- apt update && apt install kubectl helm
|
||||||
- name: Setup k8s context
|
- name: Setup k8s context
|
||||||
run: |
|
run: |
|
||||||
echo "${{secrets.KUBE_API_CRT}}" > /tmp/ca.pem
|
echo "${{secrets.KUBE_API_CRT}}" > /tmp/ca.pem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue