Skip to content
代码片段 群组 项目
提交 840b1ea5 编辑于 作者: Marcel Amirault's avatar Marcel Amirault
浏览文件

Merge branch 'patch-62' into 'master'

documentation: Add information on pinning images by digest.

See merge request gitlab-org/gitlab!24419
No related branches found
No related tags found
无相关合并请求
......@@ -207,6 +207,12 @@ test:
- bundle exec rake spec
```
The image name must be in one of the following formats:
- `image: <image-name>` (Use <image-name> with the `latest` tag)
- `image: <image-name>:<tag>`
- `image: <image-name>@<digest>`
It is also possible to define different images and services per job:
```yaml
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册