details:   https://code.tryton.org/tryton-docker/commit/0acecd98e021
branch:    default
user:      Cédric Krier <[email protected]>
date:      Fri Jul 17 12:51:16 2026 +0200
description:
        Fix archive image name when pushing latest
diffstat:

 .gitlab-ci.yml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 0346d41abdaa -r 0acecd98e021 .gitlab-ci.yml
--- a/.gitlab-ci.yml    Fri Jul 17 11:50:40 2026 +0200
+++ b/.gitlab-ci.yml    Fri Jul 17 12:51:16 2026 +0200
@@ -92,7 +92,7 @@
     - publish
   script:
     - crane pull "${CI_REGISTRY_IMAGE}/tryton:${SERIES}-${CI_PIPELINE_IID}" 
image.tar
-    - crane push image-${SERIES}.tar tryton/tryton:latest
+    - crane push image.tar tryton/tryton:latest
   parallel:
     matrix:
       - SERIES: "8.0"
@@ -105,7 +105,7 @@
     - publish-office
   script:
     - crane pull 
"${CI_REGISTRY_IMAGE}/tryton:${SERIES}-office-${CI_PIPELINE_IID}" image.tar
-    - crane push image-${SERIES}-office.tar tryton/tryton:office
+    - crane push image.tar tryton/tryton:office
   parallel:
     matrix:
       - SERIES: "8.0"

Reply via email to