diff --git a/.woodpecker/.image.yml b/.woodpecker/.image.yml index 890edd0..27072a0 100644 --- a/.woodpecker/.image.yml +++ b/.woodpecker/.image.yml @@ -19,6 +19,3 @@ pipeline: when: event: pull_request branch: dev - -depends_on: - - build diff --git a/.woodpecker/.publish.yml b/.woodpecker/.publish.yml index b9bf78f..22183c5 100644 --- a/.woodpecker/.publish.yml +++ b/.woodpecker/.publish.yml @@ -1,5 +1,8 @@ branches: [main, dev] platform: linux/amd64 +depends_on: + - builder + - build pipeline: dev: @@ -31,7 +34,3 @@ pipeline: when: event: tag branch: main - -depends_on: - - builder - - build diff --git a/.woodpecker/.release.yml b/.woodpecker/.release.yml index bc43b90..c7527cb 100644 --- a/.woodpecker/.release.yml +++ b/.woodpecker/.release.yml @@ -1,6 +1,8 @@ # Yeah so this only works on tags so we'll worry about this later platform: linux/amd64 branches: main +depends_on: + - build # We need the entire repo in order for the release names to work skip_clone: true @@ -34,6 +36,3 @@ pipeline: title: title when: event: push - -depends_on: - - build