build: Specify explicit url for registry
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
0fa80669cd
commit
55afb79de5
@ -12,7 +12,6 @@ steps:
|
|||||||
repo: bv11-cr01.bessems.eu/library/json-server
|
repo: bv11-cr01.bessems.eu/library/json-server
|
||||||
registry: bv11-cr01.bessems.eu
|
registry: bv11-cr01.bessems.eu
|
||||||
tags: latest
|
tags: latest
|
||||||
# mtu: 1450
|
|
||||||
username:
|
username:
|
||||||
from_secret: harbor_username
|
from_secret: harbor_username
|
||||||
password:
|
password:
|
||||||
@ -23,10 +22,9 @@ steps:
|
|||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
context: .
|
context: .
|
||||||
settings:
|
settings:
|
||||||
repo: docker.io/djpbessems/json-server
|
repo: index.docker.io/djpbessems/json-server
|
||||||
registry: docker.io
|
registry: index.docker.io
|
||||||
tags: latest
|
tags: latest
|
||||||
# mtu: 1450
|
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
|
Loading…
Reference in New Issue
Block a user