Compare commits

...

1 Commits

Author SHA1 Message Date
Amir Malka
bce1e12d73 fix post-release workflow
Signed-off-by: Amir Malka <amirm@armosec.io>
2025-09-02 19:32:00 +03:00

View File

@@ -110,7 +110,7 @@ jobs:
attestations: read
contents: write
uses: ./.github/workflows/e-post-release.yaml
needs: [publish-image]
needs: [retag, publish-image]
with:
TAG: ${{ needs.retag.outputs.NEW_TAG }}
secrets: inherit