Skip to content
Snippets Groups Projects
Commit c9e2ad7b authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added CI

parent 11fa10ff
No related branches found
No related tags found
No related merge requests found
Pipeline #740 passed
stages:
- dockerize
variables:
# to avoid "fatal: git fetch-pack: expected shallow list"
GIT_STRATEGY: clone
dockerize_file_catalog:
stage: dockerize
tags:
- shell
only:
- master
script:
- docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
- docker build -t "${CI_REGISTRY_IMAGE}" .
- docker push "${CI_REGISTRY_IMAGE}"
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