We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9949d57 commit a42b810Copy full SHA for a42b810
.github/workflows/publish-images.yml
@@ -20,6 +20,6 @@ jobs:
20
trivy:
21
needs: module
22
if: ${{ needs.module.outputs.release == 'stable' || needs.module.outputs.release == 'latest' || github.event_name == 'workflow_dispatch' }}
23
- uses: NethServer/ns8-github-actions/.github/workflows/scan-with-trivy.yml@v1
+ uses: NethServer/ns8-github-actions/.github/workflows/scan-with-trivy.yml@fix_release
24
with:
25
images: ${{ needs.module.outputs.images }}
0 commit comments