mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-28 18:53:10 +01:00
Added Azure registry build action
This commit is contained in:
parent
5c10e6d33a
commit
d90d7227ac
1
.github/workflows/.#CI.yml
vendored
1
.github/workflows/.#CI.yml
vendored
@ -1 +0,0 @@
|
|||||||
dotneft@Alexeys-MacBook-Pro.local.10921
|
|
25
.github/workflows/Azure.yml
vendored
25
.github/workflows/Azure.yml
vendored
@ -29,17 +29,17 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
build:
|
build:
|
||||||
- agent
|
- agent
|
||||||
- agent2
|
# - agent2
|
||||||
- java-gateway
|
# - java-gateway
|
||||||
- proxy-mysql
|
# - proxy-mysql
|
||||||
- proxy-sqlite3
|
## - proxy-sqlite3
|
||||||
- server-mysql
|
# - server-mysql
|
||||||
- server-pgsql
|
# - server-pgsql
|
||||||
- snmptraps
|
# - snmptraps
|
||||||
- web-apache-mysql
|
# - web-apache-mysql
|
||||||
- web-apache-pgsql
|
# - web-apache-pgsql
|
||||||
- web-nginx-mysql
|
# - web-nginx-mysql
|
||||||
- web-nginx-pgsql
|
# - web-nginx-pgsql
|
||||||
os:
|
os:
|
||||||
- alpine
|
- alpine
|
||||||
# - ubuntu
|
# - ubuntu
|
||||||
@ -59,7 +59,8 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: echo "##[set-output name=release_version;]$(echo ${GITHUB_REF#refs/tags/})"
|
run: echo "##[set-output name=release_version;]$(echo ${GITHUB_REF#refs/tags/})"
|
||||||
|
|
||||||
- name: ACR build (all)
|
- name: ACR build (push)
|
||||||
|
if: github.event_name == 'push'
|
||||||
id: acr_push
|
id: acr_push
|
||||||
uses: ams0/acr-task-github-action@v2
|
uses: ams0/acr-task-github-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user