[CI/CD] Temporaly disabling the KiCad 7 images
- Until we can install KiBot
This commit is contained in:
parent
197d31fb67
commit
6c9c581e44
|
|
@ -9,7 +9,8 @@ jobs:
|
|||
push_to_registry_ki5:
|
||||
strategy:
|
||||
matrix:
|
||||
ki_release: [dev_image_k5, dev_image_k6, dev_image_k7, dev_image_k5f, dev_image_k6f, dev_image_k7f]
|
||||
ki_release: [dev_image_k5, dev_image_k6, dev_image_k5f, dev_image_k6f]
|
||||
# ki_release: [dev_image_k5, dev_image_k6, dev_image_k7, dev_image_k5f, dev_image_k6f, dev_image_k7f]
|
||||
|
||||
name: Docker ${{ matrix.ki_release }}
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue