Skip to content

Commit

Permalink
[CI/CD] Updating Github Action v2 for KiCad 6 v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Mar 31, 2024
1 parent e26232c commit 8a6e2c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/inti-cmnb/kicad7_auto_full:1.6.4-2_k7.0.11_d12.1_b3.5.1
FROM ghcr.io/inti-cmnb/kicad6_auto_full:1.6.4-2_k6.0.11_d12.1_b3.5.1
LABEL AUTHOR Salvador E. Tropea <[email protected]>
LABEL Description="Export various files from KiCad projects (KiCad 7)"
LABEL Description="Export various files from KiCad projects (KiCad 6)"

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down
2 changes: 2 additions & 0 deletions docs/source/usage_with_ci_cd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ v2_k7_1_6_2 2 1.6.2 7.0.5.1
v2_1_6_3 2 1.6.3 5.1.9
v2_k6_1_6_3 2 1.6.3 6.0.11
v2_k7_1_6_3 2 1.6.3 7.0.10
v2_k6_1_6_4 2 1.6.4 6.0.11
v2_k7_1_6_4 2 1.6.4 7.0.11
v2 2 last release 5.1.9
v2_k6 2 last release 6.0.11
v2_k7 2 last release 7.0.11
Expand Down

0 comments on commit 8a6e2c5

Please sign in to comment.