[gjs/locale-agnostic-camel-properties] TMP: force build images




commit a5046b02ba0a63c00207ef4c836edf5b69d7f7c8
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Thu Apr 28 20:30:56 2022 +0200

    TMP: force build images

 .gitlab-ci.yml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d3b27a85..4a696331a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -381,10 +381,7 @@ zeal_11:
 #############################################
 .Docker image template: &create_docker_image
   image: registry.freedesktop.org/freedesktop/ci-templates/x86_64/buildah:2020-10-30.1
-  stage: deploy
-  only:
-    variables:
-      - $CRON_TASK == "BUILD_CI_IMAGES"
+  stage: prepare
 
   script:
     # Newer versions of podman/buildah try to set overlayfs mount options when
@@ -401,10 +398,8 @@ zeal_11:
 
     # Publish (if running on a schedule)
     - |
-      if [[ "$CI_PIPELINE_SOURCE" == "schedule" ]]; then
-        buildah push "$CI_REGISTRY_IMAGE:$CI_JOB_NAME"
-        buildah push "$CI_REGISTRY_IMAGE:job-${CI_JOB_ID}_$CI_JOB_NAME"
-      fi
+      buildah push "$CI_REGISTRY_IMAGE:$CI_JOB_NAME"
+      buildah push "$CI_REGISTRY_IMAGE:job-${CI_JOB_ID}_$CI_JOB_NAME"
 
 .Docker variables: &docker_variables
   STORAGE_DRIVER: vfs


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