Use root directory as build context.
This commit is contained in:
parent
52b80798c8
commit
aaa9d6e1f5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ build_enabled:
|
|||
ci_base_image:
|
||||
image: docker:stable
|
||||
script:
|
||||
- cd docker-ci-base && docker build --tag $base_image_id .
|
||||
- docker build --tag $base_image_id -f docker-ci-base/Dockerfile
|
||||
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
|
||||
- docker push $base_image_id
|
||||
only:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue