From c745c05eb56c152dabb5c9530205faf744136dbd Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Sat, 22 Mar 2025 15:56:59 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index af482ac..0050023 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ trigger: - main event: - push + - tag workspace: path: /drone/src @@ -30,6 +31,9 @@ steps: platforms: - linux/amd64 - linux/arm64 + when: + event: + - push - name: pull image to dockerhub image: docker.io/owncloudci/drone-docker-buildx:4 @@ -44,4 +48,7 @@ steps: from_secret: dockerhub-password platforms: - linux/amd64 - - linux/arm64 \ No newline at end of file + - linux/arm64 + when: + event: + - tag \ No newline at end of file