This commit is contained in:
Michael Grote 2023-12-04 17:51:33 +01:00
parent 3535ca52b1
commit 0115b95544
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ type: docker
name: docker_build name: docker_build
depends_on: depends_on:
- lint - lint
- debug
steps: steps:
selfhosted_tag: selfhosted_tag:
image: plugins/docker image: plugins/docker

View file

@ -1,7 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: docker_build name: debug
steps: steps:
gitleaks: gitleaks:
image: registry.mgrote.net/ui/allzweckcontainer:master image: registry.mgrote.net/ui/allzweckcontainer:master