build: Replace registry address with explicit api version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2023-07-11 10:18:43 +02:00
parent 55afb79de5
commit d24792b8c3

View File

@ -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