Update file drone.yml
continuous-integration/drone/push Build is failing Details

pull/1/head
Bruno DA COSTA CUNHA 2 years ago
parent 7173803a7b
commit ba24f02382

@ -1,19 +1,20 @@
# docker image build
kind: pipeline kind: pipeline
name: Build Docker Image type: docker
name: CI_CD_LeapHit
trigger: trigger:
event: event:
- push - push
- name: Build Docker Image steps:
image: plugins/docker - name: Build Docker Image
settings: image: plugins/docker
dockerfile: code/Dockerfile settings:
context: code/ dockerfile: code/Dockerfile
registry: hub.codefirst.iut.uca.fr context: code/
repo: hub.codefirst.iut.uca.fr/LeapHitTeam/LeapHitServer registry: hub.codefirst.iut.uca.fr
username: repo: hub.codefirst.iut.uca.fr/LeapHitTeam/LeapHitServer
from_secret: SECRET_REGISTRY_USERNAME username:
password: from_secret: SECRET_REGISTRY_USERNAME
from_secret: SECRET_REGISTRY_PASSWORD password:
from_secret: SECRET_REGISTRY_PASSWORD
Loading…
Cancel
Save