mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-08 22:10:32 +01:00
Added Zabbix web service image (centos, ubuntu)
This commit is contained in:
parent
02b57f851d
commit
30f833b8c3
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -95,6 +95,10 @@ jobs:
|
|||||||
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${{ matrix.build }}" == "web-service" ]; then
|
||||||
|
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
||||||
|
fi
|
||||||
|
|
||||||
echo ::set-output name=list::${DOCKER_PLATFORM}
|
echo ::set-output name=list::${DOCKER_PLATFORM}
|
||||||
|
|
||||||
- name: Prepare environment (push)
|
- name: Prepare environment (push)
|
||||||
|
Loading…
Reference in New Issue
Block a user