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