diff --git a/.github/workflows/Azure.yml b/.github/workflows/Azure.yml index f77949daf..515852a64 100644 --- a/.github/workflows/Azure.yml +++ b/.github/workflows/Azure.yml @@ -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