mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-19 13:08:04 +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:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- $ARCHIVED_IMAGE
|
- $ARCHIVED_IMAGE
|
||||||
expire_in: 30 days
|
expire_in: 7 days
|
||||||
|
|
||||||
push:
|
push:
|
||||||
stage: push
|
stage: push
|
||||||
|
@ -44,4 +44,4 @@ push:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- $ARCHIVED_IMAGE
|
- $ARCHIVED_IMAGE
|
||||||
expire_in: 30 days
|
expire_in: 7 days
|
Loading…
Add table
Add a link
Reference in a new issue