From b68af75e7c485b14f887b40bfdbcedf32d6b640d Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 6 Mar 2024 23:50:44 +0900 Subject: [PATCH] RHEL build multiarch (test) --- .github/workflows/images_build_rhel_multiarch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build_rhel_multiarch.yml b/.github/workflows/images_build_rhel_multiarch.yml index d9fed43d1..0f6288f2e 100644 --- a/.github/workflows/images_build_rhel_multiarch.yml +++ b/.github/workflows/images_build_rhel_multiarch.yml @@ -857,7 +857,7 @@ jobs: IMAGE_TAG: ${{ fromJSON(steps.meta.outputs.json).tags[0] }} PREFLIGHT_IMAGE: ${{ env.PREFLIGHT_IMAGE }} PFLT_LOGFILE: "/tmp/artifacts/preflight.log" - SUBMIT_IMAGE: ${{ env.AUTO_PUSH_IMAGES != 'true' && '--submit' || '' }} + SUBMIT_IMAGE: ${{ env.AUTO_PUSH_IMAGES == 'true' && '--submit' || '' }} run: | mkdir -p $PFLT_ARTIFACTS echo "::group::Perform certification tests (${SUBMIT_IMAGE})"