diff --git a/.drone.yml b/.drone.yml index 12aba23..14b49d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,11 @@ type: docker name: "Backend" steps: -- name: test - image: mcr.microsoft.com/dotnet/sdk:8.0 - commands: - - dotnet build - - dotnet test +# - name: test +# image: mcr.microsoft.com/dotnet/sdk:8.0 +# commands: +# - dotnet build +# - dotnet test - name: publish image: plugins/docker @@ -15,6 +15,7 @@ steps: username: prtsie password: from_secret: docker_pass - repo: prtsie/schengen-visa + registry: git.prtsie.ru + repo: git.prtsie.ru/prtsie/schengen-visa-${DRONE_BRANCH} tags: - latest