ajustes novos

This commit is contained in:
Marcus 2026-01-31 13:53:09 -03:00
parent 9943be4954
commit a083383121

View file

@ -21,6 +21,10 @@ jobs:
shell: sh
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)
run: |
mkdir -p ~/.docker/cli-plugins
@ -72,6 +76,10 @@ jobs:
shell: sh
steps:
- name: Ensure curl is installed (minimal)
run: |
command -v curl >/dev/null 2>&1 || apk add --no-cache curl
- name: Install kubectl
run: |
K8S_VERSION=$(curl -s https://dl.k8s.io/release/stable.txt)