ci: remove proxy

This commit is contained in:
Michael Grote 2023-06-19 12:02:11 +02:00
parent 52e2b9ae5f
commit e9b3d8ab14

View file

@ -3,9 +3,6 @@ kind: pipeline
type: docker
name: linting
environment:
http_proxy: http://192.168.2.43:9999 # für apt, zeigt auf docker10.grote.lan
steps:
- name: gitleaks
image: plugins/gitleaks
@ -26,9 +23,6 @@ kind: pipeline
type: docker
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
@ -74,9 +68,6 @@ 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