Skip to content
Snippets Groups Projects
Commit a7caea9e authored by Mark Pundsack's avatar Mark Pundsack
Browse files

Use docker:latest

parent 35ce04ef
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -232,7 +232,7 @@ docker-in-docker on your runners, this is how your `.gitlab-ci.yml` could look:
 
```yaml
build:
image: docker:git
image: docker:latest
services:
- docker:dind
stage: build
Loading
Loading
@@ -254,7 +254,7 @@ when needed. Changes to `master` also get tagged as `latest` and deployed using
an application-specific deploy script:
 
```yaml
image: docker:git
image: docker:latest
services:
- docker:dind
 
Loading
Loading
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