mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-18 12:48:19 +02:00
Update .gitlab-ci.yml: change artifact expiry to 7 days from 30
This commit is contained in:
parent
20851027f4
commit
5111dca842
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue