mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-21 23:33:31 +01:00
Merge pull request #1279 from zabbix/64_rhel
RHEL build multiarch (test)
This commit is contained in:
commit
9b926d518c
@ -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