Skip to content
Snippets Groups Projects
Commit 819795c1 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Add docker build to CI

parent b5c12893
No related branches found
No related tags found
1 merge request!104Beta
Pipeline #8570 failed with stages
in 15 seconds
stages:
- build_docker_image
- test
- quality-assurance
docker:
stage: build_docker_image
script:
- docker login -u $CI_REGISTRY_USERNAME -p $CI_BUILD_TOKEN
- docker build -t $CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME .
- docker push $CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME
only:
- master
- beta
# Debian Buster
py37-django22:
stage: test
......
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