ajustes novos

This commit is contained in:
Marcus 2026-01-31 13:51:46 -03:00
parent 242e3650f6
commit 9943be4954

View file

@ -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)