chore(ci): bump radiorabe/actions from 0.22.4 to 0.24.0 (#96) #265
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-core' | |
name: 's2i-core' | |
display-name: 'RaBe S2I Core Minimal' | |
tags: 'minimal rhel9 rabe s2i' | |
cosign-base-image-only: true | |
mkdocs: | |
uses: radiorabe/actions/.github/workflows/[email protected] |