ajustes novos
This commit is contained in:
parent
9943be4954
commit
a083383121
1 changed files with 8 additions and 0 deletions
|
|
@ -21,6 +21,10 @@ jobs:
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Ensure curl is installed (minimal)
|
||||||
|
run: |
|
||||||
|
command -v curl >/dev/null 2>&1 || apk add --no-cache curl
|
||||||
|
|
||||||
- name: Install Docker Buildx (REQUIRED for BuildKit)
|
- name: Install Docker Buildx (REQUIRED for BuildKit)
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.docker/cli-plugins
|
mkdir -p ~/.docker/cli-plugins
|
||||||
|
|
@ -72,6 +76,10 @@ jobs:
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Ensure curl is installed (minimal)
|
||||||
|
run: |
|
||||||
|
command -v curl >/dev/null 2>&1 || apk add --no-cache curl
|
||||||
|
|
||||||
- name: Install kubectl
|
- name: Install kubectl
|
||||||
run: |
|
run: |
|
||||||
K8S_VERSION=$(curl -s https://dl.k8s.io/release/stable.txt)
|
K8S_VERSION=$(curl -s https://dl.k8s.io/release/stable.txt)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue