This repository was archived by the owner on Feb 3, 2025. It is now read-only.
Bump sphinxcontrib-confluencebuilder from 2.9.0 to 2.10.1 #211
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test build docker | |
| on: | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| build: | |
| name: Build Docker image with pyziomki's dependencies | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4.2.1 | |
| - name: Build doctools docker image | |
| uses: docker/build-push-action@v6 | |
| with: | |
| context: . | |
| push: false | |
| file: Dockerfile.doctools | |
| - name: Build Releasetools docker image | |
| uses: docker/build-push-action@v6 | |
| with: | |
| context: . | |
| push: false | |
| file: Dockerfile.releasetools |