File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 description : ' Name of images to build'
77 required : true
88 type : string
9- acr-username : ${{ secrets.AZURE_APP_ID_ACR }}
10- # description: 'Username to use when logging into ACR'
11- # required: true
12- # type: string
13- acr-password : ${{ secrets.AZURE_PASSWORD_ACR }}
14- # description: 'Password to use when logging into ACR'
15- # required: true
16- # type: string
179 acr-registry-url :
1810 description : ' The url of the ACR registry to fetch credentials from'
1911 required : false
2012 type : string
21- default : ' tignis.azurecr.io'
22- pip-extra-index-url : ${{secrets.PIP_EXTRA_INDEX_URL}}
23- # description: 'The PIP_EXTRA_INDEX_URL for private pip packages'
24- # required: true
25- # type: string
13+ default : ' tignis.azurecr.io'
2614 push :
2715 description : ' Also push the image to the remote repository'
2816 required : false
4331 required : false
4432 type : string
4533 default : ' '
34+ secrets :
35+ acr-username : ${{ secrets.AZURE_APP_ID_ACR }}
36+ acr-password : ${{ secrets.AZURE_PASSWORD_ACR }}
37+ pip-extra-index-url : ${{secrets.PIP_EXTRA_INDEX_URL}}
4638 outputs :
4739 tag :
4840 description : ' Final tag used for the multi-architecture docker image'
You can’t perform that action at this time.
0 commit comments