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

master
Hugo LIVET 1 year ago
parent 0cd01b6cfc
commit ca2ca6cc7f

@ -10,15 +10,15 @@ steps:
- name: verif-dockerfile - name: verif-dockerfile
image: hadolint/hadolint:latest-alpine image: hadolint/hadolint:latest-alpine
commands: commands:
- hadolint sources/1.API/Dockerfile - hadolint Dockerfile
- name: build-image - name: build-image
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: sources/1.API/Dockerfile dockerfile: Dockerfile
context: sources/ context: .
registry: hub.codefirst.iut.uca.fr registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/hugo.livet/cicd_openlibraryws_wrapper repo: hub.codefirst.iut.uca.fr/hugo.livet/codefirst-dronesonarplugin-dotnet8
username: username:
from_secret: secret-registry-username from_secret: secret-registry-username
password: password:

Loading…
Cancel
Save