added docker job
continuous-integration/drone/push Build is failing Details

master
Elliott Le Guehennec 2 years ago
parent 5b8399e3eb
commit 65f3de9e5c

@ -12,4 +12,18 @@ steps:
commands:
- cd Sources
- dotnet restore BlazinMinecraft.sln
- dotnet build BlazinMinecraft.sln -c Release --no-restore
- dotnet build BlazinMinecraft.sln -c Release --no-restore
- name: docker-build
image: plugins/docker
settings:
dockerfile: Sources/BlazinMinecraft/Dockerfile
context: .
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/my-group/my-application-client
username:
from_secret: SECRET_REGISTRY_USERNAME
password:
from_secret: SECRET_REGISTRY_PASSWORD
when:
branch:
- master
Loading…
Cancel
Save