[gnome-build-meta/jjardon/iso_in_tags] .gitlab-ci.yml: Push image in S3 for every tag as well




commit cdc69249e01c3fe06a8bb802b6f973ebfb8fdf12
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Sep 7 15:13:40 2020 +0100

    .gitlab-ci.yml: Push image in S3 for every tag as well

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d9006f3..833e3c52 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -302,6 +302,7 @@ s3-image-static:
       when: never
     - if: $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"
       when: manual
+    - if: $CI_COMMIT_TAG
   script:
     - |
       # Assume that the s3-image job has succeed and copy the img form the s3 uri


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]