File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242 uses : aws-actions/amazon-ecs-deploy-task-definition@v1
4343 with :
4444 task-definition : ${{ steps.render-compas-openscd.outputs.task-definition }}
45- service : CoMPAS-OpenSCD
45+ service : CoMPAS-Open-SCD
4646 cluster : ${{ secrets.AWS_CLUSTER }}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ services:
4646 scl-data-service :
4747 labels :
4848 compas : true
49- image : " lfenergy/compas-scl-data-service:0.13 .0-postgresql"
49+ image : " lfenergy/compas-scl-data-service:0.15 .0-postgresql"
5050 ports :
5151 - " 9090:8080"
5252 environment :
@@ -76,7 +76,7 @@ services:
7676 cim-mapping :
7777 labels :
7878 compas : true
79- image : " lfenergy/compas-cim-mapping:0.10.2 "
79+ image : " lfenergy/compas-cim-mapping:0.10.4 "
8080 ports :
8181 - " 9091:8080"
8282 environment :
@@ -100,7 +100,7 @@ services:
100100 scl-auto-alignment :
101101 labels :
102102 compas : true
103- image : " lfenergy/compas-scl-auto-alignment:0.5.0 "
103+ image : " lfenergy/compas-scl-auto-alignment:0.5.1 "
104104 ports :
105105 - " 9092:8080"
106106 environment :
@@ -151,7 +151,7 @@ services:
151151 open-scd :
152152 labels :
153153 compas : true
154- image : " lfenergy/compas-open-scd:v0.33.0.5 "
154+ image : " lfenergy/compas-open-scd:v0.33.0.6 "
155155 depends_on :
156156 - scl-data-service
157157 - cim-mapping
You can’t perform that action at this time.
0 commit comments