Update kustomize-ci image name
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
174ddba669
commit
9274feff8e
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ steps:
|
|||
event:
|
||||
- push
|
||||
- name: bump tag in deployment-repo (prod)
|
||||
image: aaronriedel/kustomize-ci
|
||||
image: git.ar21.de/aaron/kustomize-ci
|
||||
commands:
|
||||
- cd /deployment-repo
|
||||
- git clone https://git.ar21.de/yolokube/core-deployments.git .
|
||||
|
@ -73,7 +73,7 @@ steps:
|
|||
event:
|
||||
- push
|
||||
- name: bump tag in deployment-repo (staging)
|
||||
image: aaronriedel/kustomize-ci
|
||||
image: git.ar21.de/aaron/kustomize-ci
|
||||
commands:
|
||||
- cd /deployment-repo
|
||||
- git clone https://git.ar21.de/yolokube/core-deployments.git .
|
||||
|
|
Loading…
Reference in a new issue