Fix builder image registry
Some checks reported errors
continuous-integration/drone Build encountered an error
Some checks reported errors
continuous-integration/drone Build encountered an error
This commit is contained in:
parent
82c648b7cd
commit
c5801364d1
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ name: image building
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build&push squashed image
|
- name: build&push squashed image
|
||||||
image: harbor.hq.rosti.cz/library/builder:38
|
image: registry.kube.ceperka.net/library/builder:38
|
||||||
environment:
|
environment:
|
||||||
username: robot$rosti+rosti
|
username: robot$rosti+rosti
|
||||||
password:
|
password:
|
||||||
|
@ -29,7 +29,7 @@ name: test image
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test build
|
- name: test build
|
||||||
image: harbor.hq.rosti.cz/library/builder:38
|
image: registry.kube.ceperka.net/library/builder:38
|
||||||
environment:
|
environment:
|
||||||
username: robot$rosti+rosti
|
username: robot$rosti+rosti
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in a new issue