From 2330e32aa6eca40db3063dcfab4a03474729360c Mon Sep 17 00:00:00 2001 From: gyurix Date: Fri, 28 Jun 2024 12:43:20 +0200 Subject: [PATCH] testing --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f16ce1f..2150240 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ environment: steps: - name: build image - image: plugins/docker-buildx + image: thegeeklab/drone-docker-buildx commands: - cd /drone/src/ - docker buildx build --platform linux/amd64,linux/arm64 -t $${REGISTRY_SERVER_NAME}/$${IMAGE_NAME} -f Dockerfile .