change image repository to git.ar21.de
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6178bec08b
commit
7930bbf098
1 changed files with 9 additions and 7 deletions
16
.drone.yml
16
.drone.yml
|
@ -6,11 +6,12 @@ steps:
|
|||
image: thegeeklab/drone-docker-buildx
|
||||
privileged: true
|
||||
settings:
|
||||
registry: git.ar21.de
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
repo: yolokube/country-geo-locations
|
||||
from_secret: REGISTRY_PASS
|
||||
repo: git.ar21.de/yolokube/country-geo-locations
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_BUILD_NUMBER}
|
||||
|
@ -26,11 +27,12 @@ steps:
|
|||
image: thegeeklab/drone-docker-buildx
|
||||
privileged: true
|
||||
settings:
|
||||
registry: git.ar21.de
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
repo: yolokube/country-geo-locations
|
||||
from_secret: REGISTRY_PASS
|
||||
repo: git.ar21.de/yolokube/country-geo-locations
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_BUILD_NUMBER}
|
||||
|
@ -50,7 +52,7 @@ steps:
|
|||
- cd /deployment-repo
|
||||
- git clone https://git.ar21.de/yolokube/fail2ban-exporter-deployment.git .
|
||||
- cd /deployment-repo
|
||||
- kustomize edit set image yolokube/country-geo-locations=yolokube/country-geo-locations:${DRONE_BUILD_NUMBER}
|
||||
- kustomize edit set image git.ar21.de/yolokube/country-geo-locations=git.ar21.de/yolokube/country-geo-locations:${DRONE_BUILD_NUMBER}
|
||||
volumes:
|
||||
- name: deployment-repo
|
||||
path: /deployment-repo
|
||||
|
|
Loading…
Reference in a new issue