chore(ci): bump radiorabe/actions from 0.25.0 to 0.26.0 #547
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: | |
pull_request: | |
push: | |
branches: | |
- main | |
tags: | |
- '*' | |
jobs: | |
release-container: | |
uses: radiorabe/actions/.github/workflows/[email protected] | |
with: | |
image: ghcr.io/radiorabe/acringest | |
name: acringest | |
display-name: Ingest daily ACRCloud data dumps | |
tags: minimal rhel9 ubi9 rabe minio kafka cloudevents acrcloud | |
cosign-base-image-only: false | |
mkdocs: | |
uses: radiorabe/actions/.github/workflows/[email protected] |