Added Zabbix web service image (centos, ubuntu)

This commit is contained in:
Alexey Pustovalov 2021-04-28 02:01:30 +05:00
parent 02b57f851d
commit 30f833b8c3

View File

@ -95,6 +95,10 @@ jobs:
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
fi
if [ "${{ matrix.build }}" == "web-service" ]; then
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
fi
echo ::set-output name=list::${DOCKER_PLATFORM}
- name: Prepare environment (push)