aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2023-06-10 11:09:29 +0200
committerMichael Grote2023-06-10 11:09:29 +0200
commitd482fddf0ca665ee6b237ae890a57ed6f033609e (patch)
tree19ebb010e484db10c373768fae7e5876446f42ec
parent07baef79ffb3db977a1e56b4bc9760f21493c6d7 (diff)
ci: syntax
-rw-r--r--.drone.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 99d3b0d..fee591c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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