Skip to content

Commit

Permalink
fix: update to shared build action
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed May 27, 2023
1 parent 271b1e0 commit 79ed891
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
release-container:
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.9.1
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.11.0
with:
image: 'ghcr.io/radiorabe/s2i-core'
name: 's2i-core'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@main
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.11.0
with:
image-ref: 'ghcr.io/radiorabe/s2i-core:latest'
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run semantic-release
name: Semantic Release

on:
push:
Expand All @@ -8,6 +8,6 @@ on:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.8.7
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.11.0
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 comments on commit 79ed891

Please sign in to comment.