.gitlab-ci.yml
This commit is contained in:
parent
09212bd8b0
commit
357246b349
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
@ -0,0 +1,14 @@
|
||||
image: docker:dind
|
||||
|
||||
services:
|
||||
- docker:dind
|
||||
|
||||
before_script:
|
||||
- docker -v
|
||||
|
||||
build image:
|
||||
stage: build
|
||||
script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker build -t $CI_REGISTRY/manalejandro/docker-onnx-converter/docker-onnx-converter:latest .
|
||||
- docker push $CI_REGISTRY/manalejandro/docker-onnx-converter/docker-onnx-converter:latest
|
Loading…
Reference in New Issue
Block a user