-
-
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.20.5 to 0.20.6 (#60)
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.20.5 to 0.20.6. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](radiorabe/actions@v0.20.5...v0.20.6) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1c9374b
commit 0618782
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].5 | ||
uses: radiorabe/actions/.github/workflows/[email protected].6 | ||
with: | ||
image: ghcr.io/radiorabe/s2i-python | ||
name: s2i-python | ||
display-name: RaBe S2I Python Minimal | ||
tags: minimal rhel8 rabe s2i python python311 | ||
cosign-base-image-only: true | ||
mkdocs: | ||
uses: radiorabe/actions/.github/workflows/[email protected].5 | ||
uses: radiorabe/actions/.github/workflows/[email protected].6 |
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: | ||
call-workflow: | ||
uses: radiorabe/actions/.github/workflows/[email protected].5 | ||
uses: radiorabe/actions/.github/workflows/[email protected].6 | ||
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: | ||
call-workflow: | ||
uses: radiorabe/actions/.github/workflows/[email protected].5 | ||
uses: radiorabe/actions/.github/workflows/[email protected].6 | ||
secrets: | ||
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }} |