mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
Fix typo (bookwork -> bookworm)
This commit is contained in:
parent
3a88278ae8
commit
b362696091
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue