Skip to content
Snippets Groups Projects
Commit 5b04b83a authored by Simon's avatar Simon
Browse files

fix CI and cooprds

parent 42b1ff73
Branches main
Tags v1.0
No related merge requests found
......@@ -22,7 +22,8 @@ build-dev: # This job runs in the build stage, which runs first.
- buildx
script:
- echo "Compiling the code..."
- docker buildx build --no-cache -t gitlab.hacknix.net:5050/hacknix/docker-freedmr-ysf:development-latest --platform linux/amd64 --push .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker buildx build --no-cache -t $CI_REGISTRY/hacknix/docker-freedmr-ysf:development-latest --platform linux/amd64 --push .
......@@ -36,8 +37,8 @@ build-release: # This job runs in the build stage, which runs first.
- buildx
script:
- echo "Compiling the code..."
- cd docker-configs
- docker buildx build --no-cache -t gitlab.hacknix.net:5050/hacknix/docker-freedmr-ysf:latest -t gitlab.hacknix.net:5050/hacknix/docker-freedmr-ysf:$CI_COMMIT_TAG -t gitlab.hacknix.net:5050/hacknix/docker-freedmr-ysf:development-latest --platform linux/amd64 --push .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker buildx build --no-cache -t $CI_REGISTRY/hacknix/docker-freedmr-ysf:latest -t $CI_REGISTRY/hacknix/docker-freedmr-ysf:$CI_COMMIT_TAG -t $CI_REGISTRY/hacknix/docker-freedmr-ysf:development-latest --platform linux/amd64 --push .
......
......@@ -5,11 +5,11 @@ Timeout=180
Duplex=0
[Info]
RXFrequency=224940000
TXFrequency=224940000
RXFrequency=0
TXFrequency=0
Power=1
Latitude=41.7333
Longitude=-50.3999
Latitude=0
Longitude=0
Height=0
Location=FreeDMR HQ
Description=MMDVM_Bridge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment