From b13a20e8bf0be4e3c6cec1117aeafea7f909dc97 Mon Sep 17 00:00:00 2001 From: Natty Date: Thu, 20 Apr 2023 22:16:56 +0200 Subject: [PATCH] Fixed CI trigger --- .woodpecker/ociImageTag.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker/ociImageTag.yml b/.woodpecker/ociImageTag.yml index b02dfce63a..69753fd75d 100644 --- a/.woodpecker/ociImageTag.yml +++ b/.woodpecker/ociImageTag.yml @@ -12,4 +12,6 @@ pipeline: # Secret 'docker_password' needs to be set in the CI settings from_secret: docker_password -branches: main +when: + event: tag + tag: v* \ No newline at end of file