File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
11
11
12
12
env :
13
13
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
15
15
AWS_REGION : ${{secrets.AWS_REGION}}
16
16
GCP_PROJECT_ID : canary-443022
17
17
GAR_QUICKSTART_REPOSITORY : us-west1-docker.pkg.dev/canary-443022/canary-images/quickstart
53
53
54
54
55
55
- name : Build SBT Project
56
- id : sbt-dist
56
+ id : sbt-assembly
57
57
run : |
58
58
sbt clean && sbt assembly
59
- sbt dist
60
59
61
60
- name : Build AWS Quickstart Image
62
61
id : build-aws-app
@@ -117,7 +116,7 @@ jobs:
117
116
118
117
- name : Tag, and push quickstart image to Amazon ECR
119
118
env :
120
- ECR_REPOSITORY : ${{env.AWS_QUICKSTART_REPOSITORY}}
119
+ ECR_REPOSITORY : ${{steps.login-ecr.outputs.registry}}/${{ env.AWS_QUICKSTART_REPOSITORY}}
121
120
IMAGE_TAG : canary
122
121
shell : bash
123
122
run : |
You can’t perform that action at this time.
0 commit comments