Skip to content
Snippets Groups Projects
Commit 9682030c authored by Griefed's avatar Griefed :joystick:
Browse files

Add new file

parent 854a667b
No related branches found
No related tags found
No related merge requests found
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
DOCKER_VERSION: 19.03.8
#Docker version MUST match the version in the runner config.toml
image: docker:$DOCKER_VERSION
services:
- docker:$DOCKER_VERSION-dind
before_script:
- docker info
build:
stage: build
script:
- docker build --network="host" -t CI_PROJECT_NAME:latest .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment