diff --git a/.drone.yml b/.drone.yml index e17cf47..86f0554 100755 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: depends_on: [build] - name: code-analysis - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7 commands: - cd Blazor/ - dotnet restore Blazor.sln @@ -43,7 +43,7 @@ steps: depends_on: [tests] - name: generate-and-deploy-docs - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7 failure: ignore volumes: - name: docs