From 3c71615382e9e62a65cb2e1b3680ca2d94210d65 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Tue, 25 Feb 2025 21:24:46 +0300 Subject: [PATCH] update build --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2fed4a55c..dc7c2e8c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,7 @@ # - docker push docker.struchkov.dev/quartz:develop # - docker buildx create --use # - docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 -t "docker.struchkov.dev/quartz:develop" . ---- +#--- kind: pipeline type: docker name: docker-build-and-push-release @@ -98,6 +98,6 @@ steps: # drone sign --save DockerFiles/quartz --- kind: signature -hmac: 52b1f4a46241a2b0703c61d987436b93a6473b4070f2afa51668b4d910e28095 +hmac: bab4b60f42503ed878c70e6a48411ec40dcfc8609dc776c0310050c7984609e9 ...