From 12d8b3314d61a90c2f265c5c65980c35c13a88e1 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 6 Feb 2023 10:18:55 -0300 Subject: [PATCH] Upated tags --- do_tag.py | 2 +- push.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/do_tag.py b/do_tag.py index 061c5fe..24b9c71 100755 --- a/do_tag.py +++ b/do_tag.py @@ -8,7 +8,7 @@ CUR_VERSION = '1.5.1' CUR_K5 = '5.1.9' CUR_K6 = '6.0.10' CUR_DEB = '11.6' -ITERA = '3' +ITERA = '4' TAGS = {'latest': CUR_DEB+'-'+CUR_K5, 'ki6': 'ki'+CUR_K6+'_Debian'} NEW_TAGS = {'latest': '-'+ITERA+'_k'+CUR_K5+'_d'+CUR_DEB, 'ki6': '-'+ITERA+'_k'+CUR_K6+'_d'+CUR_DEB} diff --git a/push.sh b/push.sh index 263eac7..b87e9c8 100755 --- a/push.sh +++ b/push.sh @@ -23,15 +23,15 @@ docker push ghcr.io/inti-cmnb/kicad_auto:latest docker push ghcr.io/inti-cmnb/kicad_auto:ki6 docker push ghcr.io/inti-cmnb/kicad5_auto:latest docker push ghcr.io/inti-cmnb/kicad5_auto:1.5.1 -docker push ghcr.io/inti-cmnb/kicad5_auto:1.5.1-3_k5.1.9_d11.6 +docker push ghcr.io/inti-cmnb/kicad5_auto:1.5.1-4_k5.1.9_d11.6 docker push ghcr.io/inti-cmnb/kicad6_auto:latest docker push ghcr.io/inti-cmnb/kicad6_auto:1.5.1 -docker push ghcr.io/inti-cmnb/kicad6_auto:1.5.1-3_k6.0.10_d11.6 +docker push ghcr.io/inti-cmnb/kicad6_auto:1.5.1-4_k6.0.10_d11.6 docker push ghcr.io/inti-cmnb/kicad_auto_test:latest docker push ghcr.io/inti-cmnb/kicad_auto_test:ki6 docker push ghcr.io/inti-cmnb/kicad5_auto_full:latest docker push ghcr.io/inti-cmnb/kicad5_auto_full:1.5.1 -docker push ghcr.io/inti-cmnb/kicad5_auto_full:1.5.1-3_k5.1.9_d11.6 +docker push ghcr.io/inti-cmnb/kicad5_auto_full:1.5.1-4_k5.1.9_d11.6 docker push ghcr.io/inti-cmnb/kicad6_auto_full:latest docker push ghcr.io/inti-cmnb/kicad6_auto_full:1.5.1 -docker push ghcr.io/inti-cmnb/kicad6_auto_full:1.5.1-3_k6.0.10_d11.6 +docker push ghcr.io/inti-cmnb/kicad6_auto_full:1.5.1-4_k6.0.10_d11.6