Fix gitlab ci
This commit is contained in:
parent
e3307c4db9
commit
48339d316f
|
|
@ -51,7 +51,7 @@ build-testing: # This job runs in the build stage, which runs first.
|
|||
- buildx
|
||||
script:
|
||||
- echo "Compiling the code..."
|
||||
- cd docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker buildx build --no-cache -f Dockerfile-ci -t gitlab.hacknix.net:5050/hacknix/freedmr:testing --platform linux/amd64 --push .
|
||||
only:
|
||||
- testing
|
||||
|
|
|
|||
Loading…
Reference in New Issue