diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f1954c..4fdb63e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,7 @@ security_scanner: - apk add --no-cache make script: - make images/debian-stretch.squashfs - artifacts: + artifacts: &squashfs_artifacts paths: - images tags: @@ -83,4 +83,5 @@ squashfs_master: except: - schedules artifacts: + <<: *squashfs_artifacts expire_in: 12 weeks