chore(deps): bump the backstage group across 1 directory with 61 updates #1062
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*.*.*' | |
pull_request: | |
jobs: | |
release-container: | |
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.21.2 | |
with: | |
image: 'ghcr.io/radiorabe/backstage' | |
name: 'backstage' | |
display-name: 'RaBe Backstage' | |
tags: 'minimal rhel9 rabe backstage' | |
cosign-base-image-only: true | |
mkdocs: | |
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.21.2 |