Merge pull request #1279 from zabbix/64_rhel

RHEL build multiarch (test)
This commit is contained in:
Alexey Pustovalov 2024-03-06 23:51:57 +09:00 committed by GitHub
commit 9b926d518c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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})"