save
This commit is contained in:
parent
4565eefe89
commit
29f3e15a24
1 changed files with 8 additions and 0 deletions
8
.github/workflows/k8s_traefik_init_setup.yml
vendored
8
.github/workflows/k8s_traefik_init_setup.yml
vendored
|
|
@ -39,6 +39,14 @@ jobs:
|
||||||
kubectl config set-credentials runner --token="$SA_TOKEN"
|
kubectl config set-credentials runner --token="$SA_TOKEN"
|
||||||
kubectl config set-context runner-context --cluster=microk8s --user=runner --namespace="$NAMESPACE"
|
kubectl config set-context runner-context --cluster=microk8s --user=runner --namespace="$NAMESPACE"
|
||||||
kubectl config use-context runner-context
|
kubectl config use-context runner-context
|
||||||
|
|
||||||
|
- name: Install Buildx Standalone
|
||||||
|
run: |
|
||||||
|
mkdir -p ~/.docker/cli-plugins/
|
||||||
|
curl -sSL https://github.com/docker/buildx/releases/download/v0.13.1/buildx-v0.13.1.linux-amd64 \
|
||||||
|
-o ~/.docker/cli-plugins/docker-buildx
|
||||||
|
chmod +x ~/.docker/cli-plugins/docker-buildx
|
||||||
|
docker buildx version
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Build & Push Docker Image (ARC-compatible, no Docker)
|
# Build & Push Docker Image (ARC-compatible, no Docker)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue