mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-27 02:03:09 +01:00
Added build for Azure
This commit is contained in:
parent
0c66bf1510
commit
b71fa72ed0
6
.github/workflows/images_build_azure.yml
vendored
6
.github/workflows/images_build_azure.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
|||||||
driver-opts: image=moby/buildkit:master
|
driver-opts: image=moby/buildkit:master
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ${{ secrets.AZURE_REGISTRY }}.azurecr.io
|
registry: ${{ secrets.AZURE_REGISTRY }}.azurecr.io
|
||||||
username: ${{ secrets.AZURE_USERNAME }}
|
username: ${{ secrets.AZURE_USERNAME }}
|
||||||
@ -161,7 +161,7 @@ jobs:
|
|||||||
driver-opts: image=moby/buildkit:master
|
driver-opts: image=moby/buildkit:master
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ${{ secrets.AZURE_REGISTRY }}.azurecr.io
|
registry: ${{ secrets.AZURE_REGISTRY }}.azurecr.io
|
||||||
username: ${{ secrets.AZURE_USERNAME }}
|
username: ${{ secrets.AZURE_USERNAME }}
|
||||||
@ -246,7 +246,7 @@ jobs:
|
|||||||
driver-opts: image=moby/buildkit:master
|
driver-opts: image=moby/buildkit:master
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ${{ secrets.AZURE_REGISTRY }}.azurecr.io
|
registry: ${{ secrets.AZURE_REGISTRY }}.azurecr.io
|
||||||
username: ${{ secrets.AZURE_USERNAME }}
|
username: ${{ secrets.AZURE_USERNAME }}
|
||||||
|
Loading…
Reference in New Issue
Block a user