Update .gitlab-ci.yml file

This commit is contained in:
Simon 2021-10-03 01:15:03 +00:00
parent 31a8cdffa5
commit 541f8fb721
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ build-job: # This job runs in the build stage, which runs first.
script:
- echo "Compiling the code..."
- 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 .
- docker buildx -f Dockerfile-proxy -t hacknix/freedmr:development-latest --platform linux/arm/v7,linux/amd64,linux/i386,linux/arm64 --push .
- echo "Compile complete."