diff --git a/.woodpecker.yml b/.woodpecker.yml index 02781f7..e3b172d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,7 +12,8 @@ pipeline: secrets: - 'docker_username' - 'docker_password' - when: tag + when: + event: tag deploy: image: 'curlimages/curl' @@ -20,4 +21,5 @@ pipeline: - 'webhook' commands: - curl -XPOST --fail -s "$WEBHOOK" - when: tag + when: + event: tag