Compare commits
No commits in common. "4de6055040e9e213436f4555af0120b523f5ca13" and "c987d3e33fdb1251ac6491812a833e0f1087324d" have entirely different histories.
4de6055040
...
c987d3e33f
@ -14,17 +14,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# Imagem default do runner (node:18-bullseye) não traz docker CLI nem kubectl —
|
||||
# instalamos sob demanda. Eventualmente isso vai pra imagem custom do runner.
|
||||
- name: Install docker CLI + kubectl
|
||||
run: |
|
||||
apt-get update -qq
|
||||
apt-get install -y -qq docker.io
|
||||
KVER=$(curl -sL https://dl.k8s.io/release/stable.txt)
|
||||
curl -sL "https://dl.k8s.io/release/${KVER}/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl
|
||||
chmod +x /usr/local/bin/kubectl
|
||||
docker --version && kubectl version --client=true
|
||||
|
||||
- name: Auth GCP
|
||||
uses: google-github-actions/auth@v2
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user