Skip to content
Snippets Groups Projects
Commit 69b91b0d authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Merge branch 'develop' into 'release/1.6.2'

Develop

See merge request !2
parents a37328ad b8b3ef3f
No related branches found
No related tags found
1 merge request!2Develop
Pipeline #92622 passed
......@@ -42,6 +42,19 @@ build_and_push_latest_image:
docker push $DOCKER_REPOSITORY_LOCAL:$IMAGE_TAG
docker logout $DOCKER_REPOSITORY
build_and_push_alfa_image:
stage: build
only:
- /^release/
script:
- |
export IMAGE_TAG=$(echo $CI_COMMIT_BRANCH | cut -c 9-)-alfa
docker image prune -f
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD $DOCKER_REPOSITORY
docker build -t $DOCKER_REPOSITORY_LOCAL:$IMAGE_TAG .
docker push $DOCKER_REPOSITORY_LOCAL:$IMAGE_TAG
docker logout $DOCKER_REPOSITORY
build_and_push_release_image:
stage: build
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment