use correct variable for IMAGE_TAG

Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
This commit is contained in:
Matthias Bertschy
2023-10-11 16:05:17 +02:00
parent 2da0293ee2
commit a52ca0e47d

View File

@@ -282,11 +282,11 @@ jobs:
if-no-files-found: error
build-http-image:
needs: [check-secret, retag]
needs: [check-secret]
uses: kubescape/workflows/.github/workflows/incluster-comp-pr-merged.yaml@main
with:
IMAGE_NAME: quay.io/${{ github.repository_owner }}/kubescape
IMAGE_TAG: ${{ needs.retag.outputs.NEW_TAG }}
IMAGE_TAG: ${{ inputs.RELEASE }}
COMPONENT_NAME: kubescape
CGO_ENABLED: 0
GO111MODULE: "on"