From de8f021a5524e76fcdd5e22343682af37ab30050 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Thu, 18 Jun 2026 13:42:56 -0500 Subject: [PATCH] fix(ci): install docker-buildx-plugin for BuildKit secret support --- .gitea/workflows/deploy-gke.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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