sbbs/.gitlab-ci.yml
2019-07-25 21:13:50 +10:00

20 lines
328 B
YAML

image: docker:latest
stages:
- build
variables:
VERSION: 3.17c-${ARCH}
CACHETAG: build-${ARCH}
DOCKER_HOST: tcp://docker:2375
services:
- docker:dind
before_script:
- docker info
- docker version
- echo "$CI_JOB_TOKEN" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
include: .gitlab-docker.yml