ci: syntax
This commit is contained in:
parent
07baef79ff
commit
d482fddf0c
1 changed files with 7 additions and 1 deletions
|
@ -28,6 +28,8 @@ name: selfhosted
|
|||
|
||||
environment:
|
||||
http_proxy: http://192.168.2.43:9999 # für apt, zeigt auf docker10.grote.lan
|
||||
|
||||
steps:
|
||||
- name: docker_build_and_push_selfhosted
|
||||
image: thegeeklab/drone-docker-buildx:23
|
||||
privileged: true
|
||||
|
@ -66,12 +68,16 @@ environment:
|
|||
|
||||
depends_on: # bezieht sich auf linting pipeline
|
||||
- linting
|
||||
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: dockerhub
|
||||
|
||||
environment:
|
||||
http_proxy: http://192.168.2.43:9999 # für apt, zeigt auf docker10.grote.lan
|
||||
|
||||
steps:
|
||||
- name: docker_build_and_push_dockerhub
|
||||
image: thegeeklab/drone-docker-buildx:23
|
||||
privileged: true
|
||||
|
|
Reference in a new issue