mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-03 08:35:40 +02: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] }}
|
IMAGE_TAG: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
|
||||||
PREFLIGHT_IMAGE: ${{ env.PREFLIGHT_IMAGE }}
|
PREFLIGHT_IMAGE: ${{ env.PREFLIGHT_IMAGE }}
|
||||||
PFLT_LOGFILE: "/tmp/artifacts/preflight.log"
|
PFLT_LOGFILE: "/tmp/artifacts/preflight.log"
|
||||||
SUBMIT_IMAGE: ${{ env.AUTO_PUSH_IMAGES != 'true' && '--submit' || '' }}
|
SUBMIT_IMAGE: ${{ env.AUTO_PUSH_IMAGES == 'true' && '--submit' || '' }}
|
||||||
run: |
|
run: |
|
||||||
mkdir -p $PFLT_ARTIFACTS
|
mkdir -p $PFLT_ARTIFACTS
|
||||||
echo "::group::Perform certification tests (${SUBMIT_IMAGE})"
|
echo "::group::Perform certification tests (${SUBMIT_IMAGE})"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user