Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

pull/6/head
Arthur VALIN 2 years ago
parent 06567ef8f0
commit 413ac848f4

@ -21,14 +21,15 @@ steps:
- name: docker-build-and-push - name: docker-build-and-push
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: EntityFramework_LoL/Sources/Dockerfile dockerfile: EntityFramework_LoL/Sources/API_LoL_Project/Dockerfile
context: EntityFramework_LoL/Sources/ context: EntityFramework_LoL/Sources/
registry: hub.codefirst.iut.uca.fr registry: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6
repo: hub.codefirst.iut.uca.fr/git/arthur.valin/League-of-Legends_Project repo: hub.codefirst.iut.uca.fr/git/arthur.valin/League-of-Legends_Project
username: username:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:
from_secret: SECRET_REGISTRY_PASSWORD from_secret: SECRET_REGISTRY_PASSWORD
- name: tests - name: tests
image: mcr.microsoft.com/dotnet/sdk:6.0 image: mcr.microsoft.com/dotnet/sdk:6.0
commands: commands:

Loading…
Cancel
Save