Skip to content
Snippets Groups Projects
Commit fc3e652f authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

doc: fix template's version in component

Needed to ensure future automatic upgrades will work.
parent 78e3ea2f
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`: ...@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml ```yaml
include: include:
# 1: include the component # 1: include the component
- component: gitlab.com/to-be-continuous/docker/gitlab-ci-docker@5.7.0 - component: gitlab.com/to-be-continuous/docker/gitlab-ci-docker@5.8.1
# 2: set/override component inputs # 2: set/override component inputs
inputs: inputs:
build-tool: buildah # ⚠ this is only an example build-tool: buildah # ⚠ this is only an example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment