nginx/.gitlab-ci.yml

20 lines
336 B
YAML
Raw Normal View History

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