diff --git a/.drone1.yml b/.drone1.yml index 4450e8ce4..6de3603d6 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -269,6 +269,7 @@ steps: kind: pipeline name: release + depends_on: - testing @@ -507,6 +508,9 @@ kind: pipeline type: docker name: docker-arm-release +depends_on: + - testing + platform: os: linux arch: arm @@ -531,7 +535,7 @@ steps: from_secret: docker_password repo: vikunja/api auto_tag: true - auto_tag_suffix: linux-arm64 + auto_tag_suffix: linux-arm depends_on: [ fetch-tags ] --- @@ -539,6 +543,9 @@ kind: pipeline type: docker name: docker-amd64-release +depends_on: + - testing + platform: os: linux arch: amd64