File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
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 7474
7575 - name : Archive Robot Framework Reports
7676 if : failure()
77- uses : actions/upload-artifact@v3
77+ uses : actions/upload-artifact@v4
7878 with :
7979 name : robot-framework-reports
8080 retention-days : 7
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 postgresql :
99 labels :
1010 compas : true
11- image : " postgres:14.5 "
11+ image : " postgres:16.1 "
1212 ports :
1313 - " 5432:5432"
1414 environment :
@@ -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
Original file line number Diff line number Diff line change 55# We want to go back to below image, but it seems to be broken.
66# For now use fixed version which still works.
77# FROM openresty/openresty:alpine-fat
8- FROM openresty/openresty:1.21.4.1-6 -alpine-fat
8+ FROM openresty/openresty:1.21.4.3-2 -alpine-fat
99
1010ARG COMPAS_HOSTNAME
1111ARG CONFIGURATION_LOCATION
You can’t perform that action at this time.
0 commit comments