diff --git a/.gitea/workflows/deploy-gke.yaml b/.gitea/workflows/deploy-gke.yaml index 3f6d512..0f72df0 100644 --- a/.gitea/workflows/deploy-gke.yaml +++ b/.gitea/workflows/deploy-gke.yaml @@ -40,7 +40,8 @@ jobs: run: | apt-get update -qq apt-get install -y --no-install-recommends \ - ca-certificates curl apt-transport-https kubectl + ca-certificates curl apt-transport-https kubectl \ + docker-buildx-plugin echo "deb [trusted=yes] https://packages.cloud.google.com/apt cloud-sdk main" \ > /etc/apt/sources.list.d/google-cloud-sdk.list apt-get update -qq && apt-get install -y google-cloud-cli google-cloud-cli-gke-gcloud-auth-plugin