mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 16:45:05 +02:00
Added Azure registry build action
This commit is contained in:
2
.github/workflows/Azure.yml
vendored
2
.github/workflows/Azure.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
tenant: ${{ secrets.azure_tenant }}
|
tenant: ${{ secrets.azure_tenant }}
|
||||||
registry: ${{ secrets.azure_registry }}
|
registry: ${{ secrets.azure_registry }}
|
||||||
repository: zabbix-${{ matrix.build }}
|
repository: zabbix-${{ matrix.build }}
|
||||||
image: zabbix-${{ matrix.build }}
|
image: ${{ matrix.build }}
|
||||||
folder: ${{ matrix.build }}/${{ matrix.os }}
|
folder: ${{ matrix.build }}/${{ matrix.os }}
|
||||||
branch: ${{ steps.extract_branch.outputs.branch }}
|
branch: ${{ steps.extract_branch.outputs.branch }}
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
Reference in New Issue
Block a user