Added tag update
This commit is contained in:
parent
d40a876b9f
commit
951d22c4ed
|
|
@ -4,11 +4,11 @@ import re
|
|||
import stat
|
||||
import subprocess
|
||||
|
||||
CUR_VERSION = '1.5.1'
|
||||
CUR_VERSION = '1.6.0'
|
||||
CUR_K5 = '5.1.9'
|
||||
CUR_K6 = '6.0.10'
|
||||
CUR_DEB = '11.6'
|
||||
ITERA = '4'
|
||||
ITERA = '1'
|
||||
|
||||
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}
|
||||
|
|
|
|||
16
push.sh
16
push.sh
|
|
@ -22,16 +22,16 @@ docker push ghcr.io/inti-cmnb/kicad6_debian:6.0.10_d11.6
|
|||
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-4_k5.1.9_d11.6
|
||||
docker push ghcr.io/inti-cmnb/kicad5_auto:1.6.0
|
||||
docker push ghcr.io/inti-cmnb/kicad5_auto:1.6.0-1_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-4_k6.0.10_d11.6
|
||||
docker push ghcr.io/inti-cmnb/kicad6_auto:1.6.0
|
||||
docker push ghcr.io/inti-cmnb/kicad6_auto:1.6.0-1_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-4_k5.1.9_d11.6
|
||||
docker push ghcr.io/inti-cmnb/kicad5_auto_full:1.6.0
|
||||
docker push ghcr.io/inti-cmnb/kicad5_auto_full:1.6.0-1_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-4_k6.0.10_d11.6
|
||||
docker push ghcr.io/inti-cmnb/kicad6_auto_full:1.6.0
|
||||
docker push ghcr.io/inti-cmnb/kicad6_auto_full:1.6.0-1_k6.0.10_d11.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue