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
|
||||
|
||||
steps:
|
||||
- name: Install tools
|
||||
run: apk add --no-cache git docker-cli curl
|
||||
|
||||
- name: Install Docker Buildx (REQUIRED for BuildKit)
|
||||
run: |
|
||||
mkdir -p ~/.docker/cli-plugins
|
||||
|
|
@ -75,9 +72,6 @@ jobs:
|
|||
shell: sh
|
||||
|
||||
steps:
|
||||
- name: Install tools
|
||||
run: apk add --no-cache git curl
|
||||
|
||||
- name: Install kubectl
|
||||
run: |
|
||||
K8S_VERSION=$(curl -s https://dl.k8s.io/release/stable.txt)
|
||||
|
|
|
|||
Loading…
Reference in a new issue