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
image: hadolint/hadolint:latest-alpine
commands:
- hadolint sources/1.API/Dockerfile
- hadolint Dockerfile
- name: build-image
image: plugins/docker
settings:
dockerfile: sources/1.API/Dockerfile
context: sources/
dockerfile: Dockerfile
context: .
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:
from_secret: secret-registry-username
password:

Loading…
Cancel
Save