Публикация в регистр gitea, притушил тесты
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:
13
.drone.yml
13
.drone.yml
@@ -3,11 +3,11 @@ type: docker
|
|||||||
name: "Backend"
|
name: "Backend"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
# - name: test
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
# image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
commands:
|
# commands:
|
||||||
- dotnet build
|
# - dotnet build
|
||||||
- dotnet test
|
# - dotnet test
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@@ -15,6 +15,7 @@ steps:
|
|||||||
username: prtsie
|
username: prtsie
|
||||||
password:
|
password:
|
||||||
from_secret: docker_pass
|
from_secret: docker_pass
|
||||||
repo: prtsie/schengen-visa
|
registry: git.prtsie.ru
|
||||||
|
repo: git.prtsie.ru/prtsie/schengen-visa-${DRONE_BRANCH}
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
|||||||
Reference in New Issue
Block a user