From 2b8d004d3a411dc73e43494f6f1798543e61488e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20P=C3=A9rez=20Ngounou?= Date: Sat, 11 Feb 2023 16:23:03 +0100 Subject: [PATCH] dgf --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d50bb53..caf628a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,7 +45,7 @@ steps: - name: docker-build-and-push-api-rest image: plugins/docker settings: - dockerfile: Sources/BowlingAPI/Dockerfile + dockerfile: Sources/BowlingApi/Dockerfile context: . registry: hub.codefirst.iut.uca.fr repo: hub.codefirst.iut.uca.fr/victor_perez.ngounou/BowlingGameAPI @@ -58,7 +58,7 @@ steps: - name: docker-build-and-push-api-gateway image: plugins/docker settings: - dockerfile: Sources/"Bowling Api Gateway"/Dockerfile + dockerfile: Sources/Bowling Api Gateway/Dockerfile context: . registry: hub.codefirst.iut.uca.fr repo: hub.codefirst.iut.uca.fr/victor_perez.ngounou/BowlingGameAPI