Update .gitlab-ci.yml file
This commit is contained in:
parent
541f8fb721
commit
e07f3fc4e1
@ -23,7 +23,8 @@ build-job: # This job runs in the build stage, which runs first.
|
|||||||
script:
|
script:
|
||||||
- echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
- cd docker-configs
|
- 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."
|
- echo "Compile complete."
|
||||||
|
Loading…
Reference in New Issue
Block a user