From 081fb725e1f1850ff1919acefdf21bc4139f9bdf Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Sat, 13 May 2023 22:07:06 +0200 Subject: [PATCH] :rocket: correct CD image name --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f538cac..01a268d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -100,7 +100,7 @@ steps: dockerfile: MCTG/Dockerfile context: MCTG/ registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/alexandre.agostinho/cli-mctg + repo: hub.codefirst.iut.uca.fr/alexandre.agostinho/console-mctg username: from_secret: SECRET_REGISTRY_USERNAME password: @@ -111,7 +111,7 @@ steps: # image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest # environment: # IMAGENAME: hub.codefirst.iut.uca.fr/alexandre.agostinho/sae-2.01:latest - # CONTAINERNAME: cli-mctg + # CONTAINERNAME: console-mctg # COMMAND: create # OVERWRITE: true # depends_on: [ docker-build-and-push ]