Skip to content

Commit

Permalink
fix build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Mar 1, 2024
1 parent 8d38a72 commit eaf1e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build_image_production:
variables:
- $CI_COMMIT_BRANCH == "main"
script:
- cd apps/nar-v3
- docker build -f deployment/Dockerfile -t docker-registry.ebrains.eu/neuralactivity/nar-app-v3:latest .
- echo $DOCKER_REGISTRY_USER
- docker login -u $DOCKER_REGISTRY_USER -p $DOCKER_REGISTRY_SECRET docker-registry.ebrains.eu
Expand Down

0 comments on commit eaf1e85

Please sign in to comment.