Commit 635460f7 authored by Ian Rees's avatar Ian Rees

Apply suggestion to doc/ci/docker/using_docker_images.md

parent 6d209b01
......@@ -207,6 +207,12 @@ test:
- bundle exec rake spec
```
The image name must be in one of the following formats:
- `image: <image-name>`
- `image: <image-name>:<tag>`
- `image: <image-name>@<digest>`
It is also possible to define different images and services per job:
```yaml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment