Docs: Update base python image and add params for the combine script (#839)

* update

* update

* update
This commit is contained in:
Karl Johan Grahn
2025-02-13 15:21:24 +01:00
committed by GitHub
parent 3dc3b4726c
commit d6a95a923a
2 changed files with 11 additions and 2 deletions

View File

@@ -20,3 +20,12 @@ jobs:
MD_CONFIG: .github/md_config.json
DOC_SRC: docs
MD_LINT_CONFIG: .markdownlint.yaml
build:
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.122
with:
DOCKER_FILE_PATH: Dockerfile-docs
CONTAINER_REGISTRY_URL: ghcr.io/stakater
secrets:
CONTAINER_REGISTRY_USERNAME: ${{ github.actor }}
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.GHCR_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}