build: Replace registry address with explicit api version
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
55afb79de5
commit
d24792b8c3
@ -23,10 +23,9 @@ steps:
|
|||||||
context: .
|
context: .
|
||||||
settings:
|
settings:
|
||||||
repo: index.docker.io/djpbessems/json-server
|
repo: index.docker.io/djpbessems/json-server
|
||||||
registry: index.docker.io
|
registry: https://index.docker.io/v1/
|
||||||
tags: latest
|
tags: latest
|
||||||
username:
|
username: djpbessems
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user