mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
Merge pull request #1416 from kubescape/fixci
add missing dependency on retag in binary-build
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