mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
add missing dependency on retag in binary-build
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
This commit is contained in:
@@ -282,7 +282,7 @@ jobs:
|
||||
if-no-files-found: error
|
||||
|
||||
build-http-image:
|
||||
needs: [check-secret]
|
||||
needs: [check-secret, retag]
|
||||
uses: kubescape/workflows/.github/workflows/incluster-comp-pr-merged.yaml@main
|
||||
with:
|
||||
IMAGE_NAME: quay.io/${{ github.repository_owner }}/kubescape
|
||||
|
||||
Reference in New Issue
Block a user