Skip to content

Commit 331cda1

Browse files
Retention period to 1 day for all uploaded unpublished container arti… (#397)
* Retention period to 1 day for all uploaded unpublished container artifacts * Fix typo
1 parent 0ed0873 commit 331cda1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ods.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
with:
4646
name: adapter-artifact
4747
path: adapter.tar
48+
retention-days: 1
4849

4950

5051
# ----------------- SCHEDULER SERVICE --------------------
@@ -81,6 +82,7 @@ jobs:
8182
with:
8283
name: scheduler-artifact
8384
path: scheduler.tar
85+
retention-days: 1
8486

8587

8688
# ----------------- STORAGE SERVICE --------------------
@@ -127,18 +129,21 @@ jobs:
127129
with:
128130
name: storage-artifact
129131
path: storage_postgrest.tar
132+
retention-days: 1
130133

131134
- name: Upload Liquibase Docker image as artifact
132135
uses: actions/upload-artifact@v1
133136
with:
134137
name: liquibase-artifact
135138
path: storage_liquibase.tar
139+
retention-days: 1
136140

137141
- name: Upload Storage-MQ Docker image as artifact
138142
uses: actions/upload-artifact@v1
139143
with:
140144
name: storagemq-artifact
141145
path: storage_mq.tar
146+
retention-days: 1
142147

143148
# The CDC-Test builds a cut-down image that would override the previously built production image
144149
# Therefore it is executed after uploading the production image
@@ -188,6 +193,7 @@ jobs:
188193
with:
189194
name: pipeline-artifact
190195
path: pipeline.tar
196+
retention-days: 1
191197

192198

193199
# ----------------- NOTIFICATION SERVICE --------------------
@@ -224,6 +230,7 @@ jobs:
224230
with:
225231
name: notification-artifact
226232
path: notification.tar
233+
retention-days: 1
227234

228235
# The CDC-Test builds a cut-down image that would override the previously built production image
229236
# Therefore it is executed after uploading the production image
@@ -262,6 +269,7 @@ jobs:
262269
with:
263270
name: ui-artifact
264271
path: ui.tar
272+
retention-days: 1
265273

266274
# The CDC-Test builds a cut-down image that would override the previously built production image
267275
# Therefore it is executed after uploading the production image

0 commit comments

Comments
 (0)