diff --git a/README.md b/README.md index 1daf6bb..d877e49 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ The available tags are: * **10.4-5.1.9** is KiCad 5.1.9 on Debian 10.4 with KiBot 1.2.0, KiAuto 1.6.15, KiBoM 1.8.0, interactivehtmlbom 2.5.0, KiCost 1.1.10 (+Digi-Key plug-in) and PcbDraw 0.9.0-3 * **11.4-5.1.9** (same as **latest**) is KiCad 5.1.9 on Debian 11.4 with KiBot 1.2.0, KiAuto 1.6.15, KiBoM 1.8.0, interactivehtmlbom 2.5.0, KiCost 1.1.10 (+Digi-Key plug-in) and PcbDraw 0.9.0-3 * **bullseye-6.0.0-RC1-20211204** (same as **nightly**) is KiCad 6.0.0 RC1 (20211204) on Debian bullseye with KiBot 0.11.0, kicad-automation-scripts 1.6.5, KiBoM 1.8.0, interactivehtmlbom 2.4.1, KiCost 1.1.5 (+Digi-Key plug-in) and PcbDraw 0.9.0-1 -* **ki6.0.0_Ubuntu21.10** (same as **ki6**) KiCad 6.0.0 (final release) on is Ubuntu Impish with KiBot 0.11.0, kicad-automation-scripts 1.6.5, KiBoM 1.8.0, interactivehtmlbom 2.4.1, KiCost 1.1.5 (+Digi-Key plug-in) and PcbDraw 0.9.0-1 +* **ki6.0.0_Ubuntu21.10** KiCad 6.0.0 (final release) on Ubuntu Impish with KiBot 0.11.0, kicad-automation-scripts 1.6.5, KiBoM 1.8.0, interactivehtmlbom 2.4.1, KiCost 1.1.5 (+Digi-Key plug-in) and PcbDraw 0.9.0-1 +* **ki6.0.6_Debian** (same as **ki6**) KiCad 6.0.6 (6.0.7 libs) on Debian 11.4 with KiBot 1.2.0, kicad-automation-scripts 1.6.15, KiBoM 1.8.0, interactivehtmlbom 2.5.0, KiCost 1.1.10 (+Digi-Key plug-in) and PcbDraw 0.9.0-3 You can run it using a script like this: diff --git a/push.sh b/push.sh index ac76b76..8223b1f 100755 --- a/push.sh +++ b/push.sh @@ -1,4 +1,4 @@ -docker push setsoft/kicad_auto:11.3-5.1.9 -docker push setsoft/kicad_auto:ki6.0.4_Debian -docker push setsoft/kicad_auto_test:11.3-5.1.9 -docker push setsoft/kicad_auto_test:ki6.0.4_Debian +docker push setsoft/kicad_auto:11.4-5.1.9 +docker push setsoft/kicad_auto:ki6.0.6_Debian +docker push setsoft/kicad_auto_test:11.4-5.1.9 +docker push setsoft/kicad_auto_test:ki6.0.6_Debian