You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
315 B
10 lines
315 B
build_image:
|
|
image: docker:git
|
|
services:
|
|
- docker:dind
|
|
script:
|
|
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
|
|
- docker build -t registry.gitlab.com/jarlave/docker-tor-relay-nyx .
|
|
- docker push registry.gitlab.com/jarlave/docker-tor-relay-nyx:latest
|
|
only:
|
|
- master |