From 91ce867c7789578218903bdb2ca1f1531a2266e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Mon, 13 Jan 2025 07:06:01 +0000 Subject: [PATCH] Alternative to the alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- ci/build/.build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build/.build.yml b/ci/build/.build.yml index 8817493c..78adef1b 100644 --- a/ci/build/.build.yml +++ b/ci/build/.build.yml @@ -22,7 +22,7 @@ script: - cat .devcontainer/Dockerfile > Dockerfile_base # Build the image - - unset DOCKER_HOST + # - unset DOCKER_HOST - docker build -t $CI_REGISTRY_IMAGE:$TAGGING -f Dockerfile_base . - docker push $CI_REGISTRY_IMAGE:$TAGGING