chore: bump ubi9/python-312 from 1-25.1726696862 to 1-25.1729767846 in the baseimages group #253
Workflow file for this run
This file contains 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/[email protected] | |
with: | |
image: ghcr.io/radiorabe/s2i-python | |
name: s2i-python | |
display-name: RaBe S2I Python Minimal | |
tags: minimal rhel8 rabe s2i python python312 | |
cosign-base-image-only: true | |
mkdocs: | |
uses: radiorabe/actions/.github/workflows/[email protected] |