Skip to content
Snippets Groups Projects
Commit ba55d8f9 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

another attempt at CI/CD pipeline and Docker files

parent 0d31eb68
No related branches found
No related tags found
No related merge requests found
Pipeline #35123 failed
......@@ -39,7 +39,7 @@ docker-build-master:
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE" adex-backend-fastapi
- docker build --pull -t "$CI_REGISTRY_IMAGE" adex_backend
- docker push "$CI_REGISTRY_IMAGE"
only:
- main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment