mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-26 17:53:08 +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
|
||||
|
||||
- name: Login to Azure
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ${{ secrets.AZURE_REGISTRY }}.azurecr.io
|
||||
username: ${{ secrets.AZURE_USERNAME }}
|
||||
@ -161,7 +161,7 @@ jobs:
|
||||
driver-opts: image=moby/buildkit:master
|
||||
|
||||
- name: Login to Azure
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ${{ secrets.AZURE_REGISTRY }}.azurecr.io
|
||||
username: ${{ secrets.AZURE_USERNAME }}
|
||||
@ -246,7 +246,7 @@ jobs:
|
||||
driver-opts: image=moby/buildkit:master
|
||||
|
||||
- name: Login to Azure
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ${{ secrets.AZURE_REGISTRY }}.azurecr.io
|
||||
username: ${{ secrets.AZURE_USERNAME }}
|
||||
|
Loading…
Reference in New Issue
Block a user