ajustes novos
This commit is contained in:
parent
242e3650f6
commit
9943be4954
1 changed files with 0 additions and 6 deletions
|
|
@ -21,9 +21,6 @@ jobs:
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install tools
|
|
||||||
run: apk add --no-cache git docker-cli 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
|
||||||
|
|
@ -75,9 +72,6 @@ jobs:
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install tools
|
|
||||||
run: apk add --no-cache git 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