ci: remove proxy
This commit is contained in:
parent
52e2b9ae5f
commit
e9b3d8ab14
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Reference in a new issue