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