ci: refactor (#1158)

* ci: refactor

use debian bookworm
use updated wkhtmltopdf
override python and nodejs versions

* ci: fix bench and test

* ci: remove comments from example.env

* docs: add maintenance section
This commit is contained in:
Revant Nandgaonkar
2023-06-26 11:54:37 +05:30
committed by GitHub
parent 2c3a57ae90
commit e6c0e7263b
8 changed files with 58 additions and 15 deletions

View File

@@ -31,6 +31,9 @@ jobs:
- name: Setup Buildx
uses: docker/setup-buildx-action@v2
- name: Set Environment Variables
run: cat example.env | grep -o '^[^#]*' >> "$GITHUB_ENV"
- name: Build and test
uses: docker/bake-action@v3.1.0
with: