mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-25 01:04:01 +01:00
Added Azure registry build action
This commit is contained in:
parent
fbb0186fc5
commit
9be7d337ee
4
.github/workflows/Azure.yml
vendored
4
.github/workflows/Azure.yml
vendored
@ -60,8 +60,8 @@ jobs:
|
||||
service_principal_password: ${{ secrets.azure_service_principal_password }}
|
||||
tenant: ${{ secrets.azure_tenant }}
|
||||
registry: ${{ secrets.azure_registry }}
|
||||
repository: zabbix-${{ matrix.build }}
|
||||
image: ${{ matrix.build }}
|
||||
repository: ${{ matrix.build }}
|
||||
image: zabbix-${{ matrix.build }}
|
||||
folder: ${{ matrix.build }}/${{ matrix.os }}
|
||||
branch: ${{ steps.extract_branch.outputs.branch }}
|
||||
dockerfile: Dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user