diff --git a/.drone.yml b/.drone.yml index feec135..cf359ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,4 +19,16 @@ steps: - cd myBlazorApp/ - dotnet restore myBlazorApp.sln - dotnet test myBlazorApp.sln --no-restore - depends_on: [build] \ No newline at end of file + depends_on: [build] + + - name: docker-build + image: plugins/docker + settings: + dockerfile: myBlazorApp/myBlazorApp/Dockerfile + context: . + registry: hub.codefirst.iut.uca.fr + repo: hub.codefirst.iut.uca.fr/libreton/myBlazorApp + username: + libreton + password: + Li17br51&* \ No newline at end of file