Skip to content

Commit 704f0a2

Browse files
committed
workflows
1 parent 125e4b9 commit 704f0a2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/docker-build-upload.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ on:
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

.github/workflows/docker-steps.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ on:
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:
@@ -87,8 +87,8 @@ jobs:
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]

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
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]

0 commit comments

Comments
 (0)