fix post-release workflow

Signed-off-by: Amir Malka <amirm@armosec.io>
This commit is contained in:
Amir Malka
2025-09-02 19:32:00 +03:00
parent 1bd729cf83
commit bce1e12d73

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