diff --git a/.drone.yml b/.drone.yml index fc89b79..848d7f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,10 +26,10 @@ steps: - name: containerize image: plugins/docker settings: - repo: [ CRE_REGISTRY_IMAGE ] + repo: registry.fyloz.dev:5443/colorrecipesexplorer/backend tags: - latest - - [ CRE_VERSION ] + - $CRE_VERSION when: branch: - master