mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-22 21:38:41 +01:00
RHEL build multiarch (test)
This commit is contained in:
parent
1e1361ad01
commit
b68af75e7c
@ -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})"
|
||||
|
Loading…
Reference in New Issue
Block a user