nginx/.gitlab-ci.yml

20 lines
336 B
YAML
Raw Normal View History

2016-08-22 12:11:35 +10:00
stages:
- build
variables:
CACHETAG: build-${VERSION}
2019-05-16 13:17:16 +10:00
DOCKER_HOST: tcp://docker:2375
2016-08-22 12:11:35 +10:00
services:
2019-05-16 13:17:16 +10:00
- docker:dind
2016-08-22 12:11:35 +10:00
before_script:
- docker info
- docker version
2018-02-08 20:25:13 +11:00
- echo "$CI_JOB_TOKEN" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
- env|sort
2016-08-22 12:11:35 +10:00
2020-05-28 17:03:16 +10:00
include:
- .gitlab-docker-x86_64.yml
- .gitlab-docker-armv7l.yml