fix drone dependency graph
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
MrMeeb 2023-05-29 10:44:53 +00:00 committed by MrMeeb
parent 114c87fefe
commit eefaba12cb

View File

@ -31,6 +31,8 @@ steps:
when: when:
ref: ref:
- refs/heads/main - refs/heads/main
depends_on:
- get-tags
- name: make-tags-release - name: make-tags-release
image: node image: node
@ -39,6 +41,8 @@ steps:
when: when:
ref: ref:
- refs/tags/** - refs/tags/**
depends_on:
- get-tags
# Build containers from main branch # Build containers from main branch
- name: build-gitea - name: build-gitea
@ -55,6 +59,9 @@ steps:
platforms: platforms:
- linux/arm64 - linux/arm64
- linux/amd64 - linux/amd64
depends_on:
- make-tags
- make-tags-release
- name: build-github - name: build-github
image: thegeeklab/drone-docker-buildx image: thegeeklab/drone-docker-buildx
@ -70,6 +77,9 @@ steps:
platforms: platforms:
- linux/arm64 - linux/arm64
- linux/amd64 - linux/amd64
depends_on:
- make-tags
- make-tags-release
- name: release-gitea - name: release-gitea
image: goreleaser/goreleaser image: goreleaser/goreleaser
@ -147,6 +157,8 @@ steps:
platforms: platforms:
- linux/arm64 - linux/arm64
- linux/amd64 - linux/amd64
depends_on:
- make-tags
- name: build-github - name: build-github
image: thegeeklab/drone-docker-buildx image: thegeeklab/drone-docker-buildx
@ -162,6 +174,8 @@ steps:
platforms: platforms:
- linux/arm64 - linux/arm64
- linux/amd64 - linux/amd64
depends_on:
- make-tags
- name: notify - name: notify
image: plugins/slack image: plugins/slack