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: .
settings:
repo: index.docker.io/djpbessems/json-server
registry: index.docker.io
registry: https://index.docker.io/v1/
tags: latest
username:
from_secret: docker_username
username: djpbessems
password:
from_secret: docker_password