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 42
42
uses : aws-actions/amazon-ecs-deploy-task-definition@v1
43
43
with :
44
44
task-definition : ${{ steps.render-compas-openscd.outputs.task-definition }}
45
- service : CoMPAS-OpenSCD
45
+ service : CoMPAS-Open-SCD
46
46
cluster : ${{ secrets.AWS_CLUSTER }}
Original file line number Diff line number Diff line change 74
74
75
75
- name : Archive Robot Framework Reports
76
76
if : failure()
77
- uses : actions/upload-artifact@v3
77
+ uses : actions/upload-artifact@v4
78
78
with :
79
79
name : robot-framework-reports
80
80
retention-days : 7
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
postgresql :
9
9
labels :
10
10
compas : true
11
- image : " postgres:14.5 "
11
+ image : " postgres:16.1 "
12
12
ports :
13
13
- " 5432:5432"
14
14
environment :
@@ -46,7 +46,7 @@ services:
46
46
scl-data-service :
47
47
labels :
48
48
compas : true
49
- image : " lfenergy/compas-scl-data-service:0.13 .0-postgresql"
49
+ image : " lfenergy/compas-scl-data-service:0.15 .0-postgresql"
50
50
ports :
51
51
- " 9090:8080"
52
52
environment :
@@ -76,7 +76,7 @@ services:
76
76
cim-mapping :
77
77
labels :
78
78
compas : true
79
- image : " lfenergy/compas-cim-mapping:0.10.2 "
79
+ image : " lfenergy/compas-cim-mapping:0.10.4 "
80
80
ports :
81
81
- " 9091:8080"
82
82
environment :
@@ -100,7 +100,7 @@ services:
100
100
scl-auto-alignment :
101
101
labels :
102
102
compas : true
103
- image : " lfenergy/compas-scl-auto-alignment:0.5.0 "
103
+ image : " lfenergy/compas-scl-auto-alignment:0.5.1 "
104
104
ports :
105
105
- " 9092:8080"
106
106
environment :
@@ -151,7 +151,7 @@ services:
151
151
open-scd :
152
152
labels :
153
153
compas : true
154
- image : " lfenergy/compas-open-scd:v0.33.0.5 "
154
+ image : " lfenergy/compas-open-scd:v0.33.0.6 "
155
155
depends_on :
156
156
- scl-data-service
157
157
- cim-mapping
Original file line number Diff line number Diff line change 5
5
# We want to go back to below image, but it seems to be broken.
6
6
# For now use fixed version which still works.
7
7
# 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
9
9
10
10
ARG COMPAS_HOSTNAME
11
11
ARG CONFIGURATION_LOCATION
You can’t perform that action at this time.
0 commit comments