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