From 910563dc75ec37a5afc20d5e686f07f6e22aefd2 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:17:25 +0200 Subject: [PATCH] Drone CI docker package building --- .drone.yml | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/.drone.yml b/.drone.yml index a259725..f0b5710 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,10 +6,6 @@ platform: os: linux arch: amd64 -trigger: - branch: - - master - environment: CGO_ENABLED: "0" GOOS: linux @@ -57,10 +53,6 @@ platform: os: linux arch: amd64 -trigger: - branch: - - master - environment: CGO_ENABLED: "0" GOOS: linux @@ -81,10 +73,6 @@ platform: os: linux arch: arm64 -trigger: - branch: - - master - environment: CGO_ENABLED: "0" GOOS: linux @@ -106,6 +94,7 @@ name: publish-docker steps: - name: docker + privileged: true image: plugins/buildx settings: registry: git.gammaspectra.live @@ -122,10 +111,13 @@ steps: password: from_secret: git_password -#trigger: -# event: -# - promote -# target: -# - production -... +trigger: + event: + - promote + target: + - production +--- +kind: signature +hmac: cf87c046c0a84f6311cef12fcbfc10a2419b27f8d3319df69baad7f77bd7c77d +...