Skip to content

Commit 28024a6

Browse files
committed
actual install
1 parent 1e8cafa commit 28024a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
3232
tags: tag:ci
3333
- run: sudo tailscale up --accept-dns --accept-routes --advertise-tags=tag:ci --hostname=github-actions
34-
- uses: kubernetes-actions/setup-kubectl@v1
34+
- name: kubectl
35+
run: |
36+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
37+
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
3538
- name: kubeconfig
3639
run: |
3740
mkdir -p ~/.kube

0 commit comments

Comments
 (0)