From 3b6644120c18811ccee3a5ea0bb0e15062ee8abc Mon Sep 17 00:00:00 2001 From: DeveloperDurpBot Date: Sun, 9 Apr 2023 16:54:23 +0000 Subject: [PATCH] ci: render Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/832168122 --- pipelines/build-container.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pipelines/build-container.yml b/pipelines/build-container.yml index 57b062b..9af5f38 100644 --- a/pipelines/build-container.yml +++ b/pipelines/build-container.yml @@ -17,9 +17,8 @@ build-container: # Begin of docker-build.sh - | #Build Docker Container - docker build -t "$CI_REGISTRY/$CI_PROJECT_PATH:latest" . + docker build -t $CI_REGISTRY/$CI_PROJECT_PATH:latest . docker push "$CI_REGISTRY/$CI_PROJECT_PATH:latest" # End of docker-build.sh only: - main -