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
ea1a4537d4
commit
de95111b07
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ kind: pipeline
|
|||
name: deploy
|
||||
steps:
|
||||
- name: kustomize build dashboard (prod + 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 .
|
||||
|
@ -19,7 +19,7 @@ steps:
|
|||
event:
|
||||
- push
|
||||
- name: kustomize build dashboard (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