From 9c41a442ea75a487f132d869ddaf0b5e249166d3 Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Thu, 30 Mar 2023 07:38:01 +0000 Subject: [PATCH] ci: fix earthly call --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8b6ebe3..6eb66d5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,8 +9,6 @@ pipeline: commands: - earthly bootstrap - earthly --ci +ci - when: - event: tag earthly-release: image: earthly/earthly:v0.6.30 volumes: @@ -21,4 +19,6 @@ pipeline: secrets: [GITEA_TOKEN] commands: - earthly bootstrap - - earthly --ci --secret GITEA_TOKEN=$GITEA_TOKEN +ci +release + - earthly --ci --secret GITEA_TOKEN=$GITEA_TOKEN +release + when: + event: tag