sbbs/.gitlab-ci.yml

20 lines
329 B
YAML
Raw Normal View History

2019-07-25 07:06:05 +00:00
image: docker:latest
stages:
- build
variables:
2020-09-10 01:31:08 +00:00
VERSION: latest-${ARCH}
2019-07-25 07:06:05 +00:00
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
2019-07-25 11:13:50 +00:00
include: .gitlab-docker.yml