diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 00e1571..c69fb62 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.18.0 + uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.19.0 with: image: 'ghcr.io/radiorabe/ubi9-minimal' name: 'ubi9-minimal' diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index 24e0a96..7b92c59 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -7,6 +7,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.18.0 + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.19.0 with: image-ref: 'ghcr.io/radiorabe/ubi9-minimal:latest' \ No newline at end of file