Added actions for Zabbix web service image

This commit is contained in:
Alexey Pustovalov 2021-04-27 19:24:18 +05:00
parent 04264fdf5b
commit bbf7a03137
2 changed files with 14 additions and 8 deletions

View File

@ -43,6 +43,7 @@ jobs:
- web-apache-pgsql - web-apache-pgsql
- web-nginx-mysql - web-nginx-mysql
- web-nginx-pgsql - web-nginx-pgsql
- web-service
os: os:
- alpine - alpine
- ubuntu - ubuntu
@ -50,6 +51,10 @@ jobs:
exclude: exclude:
- os: centos - os: centos
build: agent2 build: agent2
- os: centos
build: web-service
- os: ubuntu
build: web-service
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:

View File

@ -30,6 +30,7 @@ jobs:
- web-apache-pgsql - web-apache-pgsql
- web-nginx-mysql - web-nginx-mysql
- web-nginx-pgsql - web-nginx-pgsql
- web-service
steps: steps:
- -
uses: actions/checkout@v2 uses: actions/checkout@v2