diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fd5cfc3..b660461 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.17.2 + uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.17.3 with: image: 'ghcr.io/radiorabe/ubi9-minimal' name: 'ubi9-minimal' diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index 7441fad..6d655bc 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.17.2 + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.17.3 with: image-ref: 'ghcr.io/radiorabe/ubi9-minimal:latest' \ No newline at end of file