fix(ci): install docker-buildx-plugin for BuildKit secret support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user