diff --git a/.woodpecker/.image.yml b/.woodpecker/.image.yml index dcf40f9..3d0b310 100644 --- a/.woodpecker/.image.yml +++ b/.woodpecker/.image.yml @@ -2,7 +2,7 @@ # because it has to be the target of the pull request branches: dev platform: linux/amd64 -depends_on: build +depends_on: [ build ] pipeline: dryrun: diff --git a/.woodpecker/.release.yml b/.woodpecker/.release.yml index a220c75..7dfd624 100644 --- a/.woodpecker/.release.yml +++ b/.woodpecker/.release.yml @@ -1,7 +1,7 @@ # Yeah so this only works on tags so we'll worry about this later platform: linux/amd64 branches: main -depends_on: build +depends_on: [ build ] # We need the entire repo in order for the release names to work skip_clone: true