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
|
||||
registry: bv11-cr01.bessems.eu
|
||||
tags: latest
|
||||
# mtu: 1450
|
||||
username:
|
||||
from_secret: harbor_username
|
||||
password:
|
||||
@ -23,10 +22,9 @@ steps:
|
||||
image: plugins/kaniko
|
||||
context: .
|
||||
settings:
|
||||
repo: docker.io/djpbessems/json-server
|
||||
registry: docker.io
|
||||
repo: index.docker.io/djpbessems/json-server
|
||||
registry: index.docker.io
|
||||
tags: latest
|
||||
# mtu: 1450
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
|
Loading…
Reference in New Issue
Block a user