mirror of https://github.com/docker/docs.git
ci-cd: use "console" for shell examples
This allows for easier copying of the commands, without selecting the prompt. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
8e8280a57e
commit
07620d95f2
|
@ -185,9 +185,9 @@ on:
|
|||
|
||||
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:
|
||||
|
||||
```bash
|
||||
git tag -a v1.0.2
|
||||
git push origin v1.0.2
|
||||
```console
|
||||
$ git tag -a v1.0.2
|
||||
$ git push origin v1.0.2
|
||||
```
|
||||
|
||||
Now, go to GitHub and check your Actions
|
||||
|
|
Loading…
Reference in New Issue