Skip to content
Snippets Groups Projects
Commit b136bc81 authored by Jari-Matti Mäkelä's avatar Jari-Matti Mäkelä
Browse files

Clean up the CI script

parent e76b82cb
No related branches found
No related tags found
No related merge requests found
Pipeline #86201 canceled
image: docker:latest image: docker:latest
variables:
REPO: tech/soft/thesis/builder
build: build:
stage: build stage: build
services: services:
- docker:dind - docker:dind
script: script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_REGISTRY/$REPO:latest . - docker build -t $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY/$REPO:latest - docker push $CI_REGISTRY_IMAGE:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment