Skip to content
Snippets Groups Projects
Commit 39e0c2be authored by Steve Reis's avatar Steve Reis
Browse files

Fix missing complete path to api

parent fbd26083
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ before_script: ...@@ -16,7 +16,7 @@ before_script:
build: build:
stage: build stage: build
script: script:
- docker build -t $CONTAINER_BASE_IMAGE . - docker build -t $CONTAINER_BASE_IMAGE ./api
- docker push $CONTAINER_BASE_IMAGE - docker push $CONTAINER_BASE_IMAGE
only: only:
- main - main
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment