Files
Docker_Grav/.gitlab-ci.yml
William Miceli 1ef9178408 Reordered
2019-03-15 13:21:53 -04:00

16 lines
209 B
YAML

image: docker:latest
services:
- docker:dind
stages:
- build
variables:
TEST_IMAGE_NAME: grav_test:$CI_COMMIT_REF_NAME
build:
stage: build
script:
- docker build --pull -t $TEST_IMAGE_NAME .