Skip to content

Commit 66226f2

Browse files
committed
remove sbt dist
1 parent 981c5c3 commit 66226f2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/push_to_canary.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
env:
1313
AWS_ACCOUNT_ID: ${{secrets.AWS_ACCOUNT_ID}}
14-
AWS_QUICKSTART_REPOSITORY: ${{secrets.AWS_ACCOUNT_ID}}.dkr.ecr.us-west-1.amazonaws.com/zipline-ai/canary-quickstart
14+
AWS_QUICKSTART_REPOSITORY: zipline-ai/canary-quickstart
1515
AWS_REGION: ${{secrets.AWS_REGION}}
1616
GCP_PROJECT_ID: canary-443022
1717
GAR_QUICKSTART_REPOSITORY: us-west1-docker.pkg.dev/canary-443022/canary-images/quickstart
@@ -53,10 +53,9 @@ jobs:
5353
5454
5555
- name: Build SBT Project
56-
id: sbt-dist
56+
id: sbt-assembly
5757
run: |
5858
sbt clean && sbt assembly
59-
sbt dist
6059
6160
- name: Build AWS Quickstart Image
6261
id: build-aws-app
@@ -117,7 +116,7 @@ jobs:
117116

118117
- name: Tag, and push quickstart image to Amazon ECR
119118
env:
120-
ECR_REPOSITORY: ${{env.AWS_QUICKSTART_REPOSITORY}}
119+
ECR_REPOSITORY: ${{steps.login-ecr.outputs.registry}}/${{env.AWS_QUICKSTART_REPOSITORY}}
121120
IMAGE_TAG: canary
122121
shell: bash
123122
run: |

0 commit comments

Comments
 (0)