Fri, 12 Jul 2024 00:13:26 -0500
2.x.y: Update the build image for the docs
I deleted the repo for the bookworm builder not realizing that it was used to
build the docs. Luckily, the trixie image works just fine.
Testing Done:
ran the `docs` convey plan.
Reviewed at https://reviews.imfreedom.org/r/3285/
| convey.yml | file | annotate | diff | comparison | revisions |
--- a/convey.yml Tue Jul 09 02:07:56 2024 -0500 +++ b/convey.yml Fri Jul 12 00:13:26 2024 -0500 @@ -1,5 +1,5 @@ environment: - - DOCS_BUILD_IMAGE=docker.io/pidgin/2.x.y-builders:debian-bookworm-amd64 + - DOCS_BUILD_IMAGE=docker.io/pidgin/2.x.y-builders:debian-trixie-amd64 - REPOSITORY=pidgin/2.x.y-builders - REGISTRY=docker.io