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-nginx-mysql
- web-nginx-pgsql
- web-service
os:
- alpine
- ubuntu
@ -50,6 +51,10 @@ jobs:
exclude:
- os: centos
build: agent2
- os: centos
build: web-service
- os: ubuntu
build: web-service
runs-on: ubuntu-20.04
steps:

View File

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