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 :
10- description : ' Username to use when logging into ACR'
11- required : true
12- type : string
13- acr-password :
14- description : ' Password to use when logging into ACR'
15- required : true
16- 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
1717 acr-registry-url :
1818 description : ' The url of the ACR registry to fetch credentials from'
1919 required : false
2020 type : string
2121 default : ' tignis.azurecr.io'
22- pip-extra-index-url :
23- description : ' The PIP_EXTRA_INDEX_URL for private pip packages'
24- required : true
25- type : string
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
2626 push :
2727 description : ' Also push the image to the remote repository'
2828 required : false
You can’t perform that action at this time.
0 commit comments