0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-28 18:42:51 -05:00

Fix typo (bookwork -> bookworm)

(cherry picked from commit b362696091)
This commit is contained in:
9pfs 2024-06-14 03:52:46 +00:00 committed by github-actions[bot]
parent ed3267dad6
commit 1e129c800f

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.