-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): bump radiorabe/actions from 0.22.3 to 0.22.4
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.22.3 to 0.22.4. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](radiorabe/actions@v0.22.3...v0.22.4) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a1ae231
commit 5daaf00
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,12 @@ on: | |
|
||
jobs: | ||
release-container: | ||
uses: radiorabe/actions/.github/workflows/[email protected].3 | ||
uses: radiorabe/actions/.github/workflows/[email protected].4 | ||
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].3 | ||
uses: radiorabe/actions/.github/workflows/[email protected].4 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ on: | |
|
||
jobs: | ||
schedule-trivy: | ||
uses: radiorabe/actions/.github/workflows/[email protected].3 | ||
uses: radiorabe/actions/.github/workflows/[email protected].4 | ||
with: | ||
image-ref: 'ghcr.io/radiorabe/s2i-python:latest' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,6 @@ on: | |
|
||
jobs: | ||
semantic-release: | ||
uses: radiorabe/actions/.github/workflows/[email protected].3 | ||
uses: radiorabe/actions/.github/workflows/[email protected].4 | ||
secrets: | ||
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }} |