update base image
Some checks failed
Build Docker Image / build (full-python) (push) Has been cancelled
Build Docker Image / build (python) (push) Has been cancelled
Build Docker Image / build (full) (push) Has been cancelled
Build Docker Image / build (default) (push) Has been cancelled

This commit is contained in:
2025-03-15 00:34:46 +01:00
parent 0b473cb110
commit 2b03fe7b80
2 changed files with 11 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
flavor: [default, python]
flavor: [default, python, full, full-python]
runs-on: docker-builder
steps:
- uses: actions/checkout@v4