Skip to content
Snippets Groups Projects
Commit fb385464 authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

gitlab ci pipeline

build for registry
parent 9cae62b5
No related branches found
No related tags found
No related merge requests found
Pipeline #8151 failed
stages:
- build
build_master:
stage: build
only:
- master
script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
- docker push "$CI_REGISTRY_IMAGE"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment