Fix typo (bookwork -> bookworm)

This commit is contained in:
9pfs 2024-06-14 03:52:46 +00:00
parent 3a88278ae8
commit b362696091

View file

@ -629,7 +629,7 @@ They can be overridden by a workflow to use `debian` and `bookworm` as follows.
```yaml
runs-on: lxc
container:
image: debian:bookwork
image: debian:bookworm
```
See the user documentation for `jobs.<job_id>.container` for more information.