mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-24 18:09:26 -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
|
```yaml
|
||||||
runs-on: lxc
|
runs-on: lxc
|
||||||
container:
|
container:
|
||||||
image: debian:bookwork
|
image: debian:bookworm
|
||||||
```
|
```
|
||||||
|
|
||||||
See the user documentation for `jobs.<job_id>.container` for more information.
|
See the user documentation for `jobs.<job_id>.container` for more information.
|
||||||
|
|
Loading…
Reference in a new issue