mirror of https://github.com/docker/docs.git
Merge pull request #12865 from IAMebonyhope/patch-1
Update configure-ci-cd.md
This commit is contained in:
commit
1a63a03945
|
@ -185,7 +185,7 @@ on:
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
This ensures that the main CI will only trigger if we tag our commits with `V.n.n.n.` Let’s test this. For example, run the following command:
|
This ensures that the main CI will only trigger if we tag our commits with `Vn.n.n.` Let’s test this. For example, run the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git tag -a v1.0.2
|
git tag -a v1.0.2
|
||||||
|
|
Loading…
Reference in New Issue