From 31a8cdffa50c9849e2a02319ee3afe12f41d5907 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 3 Oct 2021 01:13:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 279229f..7850953 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build-job: # This job runs in the build stage, which runs first. stage: build script: - echo "Compiling the code..." - - cd docker-config + - cd docker-configs - docker buildx build --no-cache -f Dockerfile-proxy -t hacknix/freedmr:development-latest --platform linux/arm/v7,linux/amd64,linux/i386,linux/arm64 --push .