fix: Update ubi9-minimal to 0.11.5 (#152) #417
Workflow file for this run
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: Release | |
| on: | |
| push: | |
| tags: | |
| - 'v*.*.*' | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| release-container: | |
| uses: radiorabe/actions/.github/workflows/release-container.yaml@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0 | |
| with: | |
| image: ghcr.io/radiorabe/python-minimal | |
| name: python-minimal | |
| display-name: RaBe Python Base Image Minimal | |
| tags: minimal rhel8 rabe python python312 | |
| # base images are multi-platform for developer convenience | |
| platforms: linux/amd64,linux/arm64 | |
| docker-daemon-config: | | |
| { | |
| "features": { | |
| "containerd-snapshotter": true | |
| } | |
| } | |
| release-mkdocs: | |
| permissions: | |
| contents: write # Required to push the gh-pages branch for documentation deployment | |
| uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0 | |
| github-actions: | |
| permissions: | |
| contents: read | |
| security-events: write # so zizmor can publish results to the Security tab | |
| uses: radiorabe/actions/.github/workflows/test-github-actions.yaml@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0 |