Update '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

testDockerToto
Lilian BRETON 2 years ago
parent f69de51199
commit beef76cf81

@ -64,25 +64,25 @@ steps:
- container-api - container-api
# docker image build # # docker image build
- name: docker-build-and-push # - name: docker-build-and-push
image: plugins/docker # image: plugins/docker
settings: # settings:
dockerfile: Dockerfile # dockerfile: Dockerfile
context: . # context: .
registry: hub.codefirst.iut.uca.fr # registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/thomas.chazot2/bobparty # repo: hub.codefirst.iut.uca.fr/thomas.chazot2/bobparty
username: # username:
from_secret: SECRET_REGISTRY_USERNAME_TOM # from_secret: SECRET_REGISTRY_USERNAME_TOM
password: # password:
from_secret: SECRET_REGISTRY_PASSWORD_TOM # from_secret: SECRET_REGISTRY_PASSWORD_TOM
#container deployment # #container deployment
- name: deploy-bob_party-container # - name: deploy-bob_party-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest # image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment: # environment:
IMAGENAME: hub.codefirst.iut.uca.fr/thomas.chazot2/bobparty:latest # IMAGENAME: hub.codefirst.iut.uca.fr/thomas.chazot2/bobparty:latest
CONTAINERNAME: bob_party_container # CONTAINERNAME: bob_party_container
COMMAND: create # COMMAND: create
#OVERWRITE: true # #OVERWRITE: true
ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours,thomasbellembois ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours,thomasbellembois

Loading…
Cancel
Save