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