Update .gitlab-ci.yml file
This commit is contained in:
parent
6e5f38ab42
commit
d000927cb2
@ -22,7 +22,7 @@ build-job: # This job runs in the build stage, which runs first.
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
- docker-config
|
- cd docker-config
|
||||||
- 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 build --no-cache -f Dockerfile-proxy -t hacknix/freedmr:development-latest --platform linux/arm/v7,linux/amd64,linux/i386,linux/arm64 --push .
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user