File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4141 REGISTRY_PASSWORD :
4242 description : The password for the container registry
4343 required : true
44- SAS_SA_NAME :
44+ BRYAN_SA_NAME :
4545 description : The name of the SAS storage account
4646 required : false
47- SAS_SA_KEY_1 :
47+ BRYAN_SA_KEY :
4848 description : The access key to the SAS storage account
4949 required : false
5050
@@ -102,7 +102,7 @@ jobs:
102102 # make build emits full_image_name, image_tag, and image_repo outputs
103103 - name : Build image
104104 id : build-image
105- run : make build/${{ inputs.image }} REPO=${{ inputs.registry-name }} DIRECTORY=${{ inputs.directory }} BUILDKIT=${{ inputs.buildkit }} DARGS="--build-arg ACCOUNT_NAME=${{ secrets.SAS_SA_NAME }} --build-arg SRC_ACCOUNT_KEY=${{ secrets.SAS_SA_KEY_1 }}"
105+ run : make build/${{ inputs.image }} REPO=${{ inputs.registry-name }} DIRECTORY=${{ inputs.directory }} BUILDKIT=${{ inputs.buildkit }} DARGS="--build-arg ACCOUNT_NAME=${{ secrets.BRYAN_SA_NAME }} --build-arg SRC_ACCOUNT_KEY=${{ secrets.BRYAN_SA_KEY }}"
106106
107107 - name : Echo disk usage after build completion
108108 run : ./.github/scripts/echo_usage.sh
Original file line number Diff line number Diff line change 4444 REGISTRY_PASSWORD :
4545 description : The password for the container registry
4646 required : true
47- SAS_SA_NAME :
47+ BRYAN_SA_KEY :
4848 description : The name of the SAS storage account
4949 required : false
50- SAS_SA_KEY_1 :
50+ BRYAN_SA_NAME :
5151 description : The access key to the SAS storage account
5252 required : false
5353 outputs :
8787 secrets :
8888 REGISTRY_USERNAME : ${{ secrets.REGISTRY_USERNAME }}
8989 REGISTRY_PASSWORD : ${{ secrets.REGISTRY_PASSWORD }}
90- SAS_SA_NAME : ${{ secrets.BRYAN_SA_NAME }}
91- SAS_SA_KEY_1 : ${{ secrets.BRYAN_SA_KEY }}
90+ BRYAN_SA_NAME : ${{ secrets.BRYAN_SA_NAME }}
91+ BRYAN_SA_KEY : ${{ secrets.BRYAN_SA_KEY }}
9292
9393 pull-upload :
9494 needs : [check-diff]
Original file line number Diff line number Diff line change 5353 secrets :
5454 REGISTRY_USERNAME : ${{ secrets.REGISTRY_USERNAME }}
5555 REGISTRY_PASSWORD : ${{ secrets.REGISTRY_PASSWORD }}
56- SAS_SA_NAME : ${{ secrets.BRYAN_SA_NAME }}
57- SAS_SA_KEY_1 : ${{ secrets.BRYAN_SA_KEY }}
56+ BRYAN_SA_NAME : ${{ secrets.BRYAN_SA_NAME }}
57+ BRYAN_SA_KEY : ${{ secrets.BRYAN_SA_KEY }}
5858
5959 platform-jupyterlab :
6060 needs : [vars, base]
You can’t perform that action at this time.
0 commit comments