Update .gitlab-ci.yml: change artifact expiry to 7 days from 30

This commit is contained in:
Fifo F. 2024-06-27 14:24:42 +00:00
parent 20851027f4
commit 5111dca842

View file

@ -26,7 +26,7 @@ build:
artifacts:
paths:
- $ARCHIVED_IMAGE
expire_in: 30 days
expire_in: 7 days
push:
stage: push
@ -44,4 +44,4 @@ push:
artifacts:
paths:
- $ARCHIVED_IMAGE
expire_in: 30 days
expire_in: 7 days