Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ZMK Firmware

An open source, wireless first, keyboard firmware
Collective - Host: opensource - https://opencollective.com/zmkfirmware - Website: https://zmk.dev - Code: https://github.com/zmkfirmware

docs(setup): fix whitespace in Fedora toolchain install command

Aligns Fedora whitespace with Debian.

github.com/zmkfirmware/zmk - 576ce76ad37aae0b3733d537a0992bff8d7e8925 authored over 3 years ago
docs(setup): remove extra slash from Fedora toolchain install command

github.com/zmkfirmware/zmk - 84a5fec458d031dbba91972c600fffb997949020 authored over 3 years ago
docs(setup): fix whitespace mismatch in host dependencies

Replaces spaces with tabs (bzip2).

github.com/zmkfirmware/zmk - 6f3a2529aefefa1d580bd94c9f2025b7a50bfd97 authored over 3 years ago
feat(dev-generic): add `ENV ZEPHYR_SDK_VERSION`

Lets scripts (outside of the Zephyr bubble) locate the SDK.

PR: zmkfirmware/zmk-docker#82

github.com/zmkfirmware/zmk-docker - edbe96249207e96a7b86103225d56c489c892bd5 authored over 3 years ago
feat: remove buster-backports

This is no longer necessary.

Reverts: 4f80f973e67c5a364107b89d094ae35c53716b4c
Reverts: 5de32f5...

github.com/zmkfirmware/zmk-docker - 4be9504a828a140f58a1b389bb9a10dee77ab469 authored over 3 years ago
feat: change parent (base) image to ubuntu

Aligns with Zephyr and avoids Debian compatibility issues (cmake 3.15, libcurl4, python 3.8).

P...

github.com/zmkfirmware/zmk-docker - f62f86258a39d65f31d9145ae514fab20392adf4 authored over 3 years ago
feat: Zephyr 2.5.0

Based on:
https://docs.zephyrproject.org/2.5.0/getting_started/index.html
https://docs.zephyrpro...

github.com/zmkfirmware/zmk-docker - af6c5091aad887f0c46ea686579dd9a6bf2ec317 authored over 3 years ago
feat: Zephyr SDK 0.12.4

See: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.4
PR: zmkfirmware/zmk-docke...

github.com/zmkfirmware/zmk-docker - 540a2cee2526301d4844dbfd740d467c7f37bddb authored over 3 years ago
feat: Zephyr SDK 0.12.0

See: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0
PR: zmkfirmware/zmk-docke...

github.com/zmkfirmware/zmk-docker - b8341e185ab694f7c596b81d03ada34ac76d2f1c authored over 3 years ago
feat: Zephyr SDK 0.12.3

See: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.3
PR: zmkfirmware/zmk-docke...

github.com/zmkfirmware/zmk-docker - b1904e7b1573e606a476e5a1993a6f6c693c6eb4 authored over 3 years ago
feat: Zephyr SDK 0.12.2

See: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.2
PR: zmkfirmware/zmk-docke...

github.com/zmkfirmware/zmk-docker - e32bd8599d4bc8c93c8b4eba3116b472890f8d61 authored over 3 years ago
feat: Zephyr SDK 0.12.1

See: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.1
PR: zmkfirmware/zmk-docke...

github.com/zmkfirmware/zmk-docker - 4627c7e7c59d4ddecd2be992c85723693b0682f7 authored over 3 years ago
feat: disable `fail-fast` for candidates jobs

Prevents a job failure from halting the other jobs.

PR: zmkfirmware/zmk-docker#45

github.com/zmkfirmware/zmk-docker - cdbb6eb708de2cef4bb5966d1f6f055d63e317e2 authored over 3 years ago
feat: add remaining architectures

Recent design improvements permit building all of Zephyr's supported architectures simultaneousl...

github.com/zmkfirmware/zmk-docker - 919ad96cc5bfb232a0f5c96ca4f0de0d9fa4ef5c authored over 3 years ago
feat: remove max-parallel for candidates jobs

`max-parallel: 1` is no longer necessary.

See: 27b9ac19f30b54ad6f5f14f7f9a516423129e6e8
PR: zmk...

github.com/zmkfirmware/zmk-docker - 60596b949a07799dcd051a7edf0979a2df83fa5e authored over 3 years ago
fix: add guard conditions for west build tests

The RAM report, ROM report and clean steps depend on the success of the board/shield build.

PR:...

github.com/zmkfirmware/zmk-docker - eb804342e2965b6ee9142ef0a28c9ae93d5a6390 authored over 3 years ago
feat: add `ignore-actions-cache` secret

By default, a workflow re-run reuses the dev-generic GitHub Actions cache created by the previou...

github.com/zmkfirmware/zmk-docker - df853930014306cb6323bcb2972f23ad3826786f authored over 3 years ago
refactor: move timestamp into dedicated job

Provides a unique timestamp across all jobs.

PR: zmkfirmware/zmk-docker#74

github.com/zmkfirmware/zmk-docker - 406388461c48d4db042ba582df399be60ec87c19 authored over 3 years ago
refactor: always rebuild `dev-generic`

The `dev-generic` job was originally optimized to only build once per workflow run. Subsequent ...

github.com/zmkfirmware/zmk-docker - 67075dfb7b455bee4983c2e292318146175bb2fa authored over 3 years ago
fix(behaviors): Fix timing of delayed hold-tap trigger

A hold-tap timer event would be triggered too soon if the hold-tap
was delayed for longer than i...

github.com/zmkfirmware/zmk - efa497c69b813852d3704dbd96207f1186eb941a authored over 3 years ago
refactor: change `zmk-dev-generic-cache` into `zmk-dev-generic` image

Makes it easier to inspect the layers/image.

PR: zmkfirmware/zmk-docker#73

github.com/zmkfirmware/zmk-docker - f0b02aecfdaa8c135b6d831d6002ce4f8cc00bf1 authored over 3 years ago
feat: add no-cache secret

Acts as a flag to force the workflow to ignore the cache.

github.com/zmkfirmware/zmk-docker - 413a53ae137eaaebd020b0b7d4d4e1063c5981bd authored over 3 years ago
feat(dev): add socat

Required for piping serial over IP.

PR: zmkfirmware/zmk-docker#55

github.com/zmkfirmware/zmk-docker - 434bd09f6e374f0d81fa2360be0242bfafa8eeea authored over 3 years ago
feat(dev): add gdb

Required for local or remote debugging.

Closes: zmkfirmware/zmk-docker#7
PR: zmkfirmware/zmk-do...

github.com/zmkfirmware/zmk-docker - fe276be4a9f56095a4e44776a4854cac09be0119 authored over 3 years ago
feat(dev): add less

Requested by @mcrosson.

See: zmkfirmware/zmk-docker#1
PR: zmkfirmware/zmk-docker#52

github.com/zmkfirmware/zmk-docker - a01e40a64064dbf94c0045e8579e5bc2967564d7 authored over 3 years ago
feat(dev): set PAGER=less

Requested by @mcrosson.

Closes: zmkfirmware/zmk-docker#1
PR: zmkfirmware/zmk-docker#52

github.com/zmkfirmware/zmk-docker - e656baa7daa8b19bff1990ea3c37d437508d8c95 authored over 3 years ago
feat: add `python3 --version` to tests

Makes it easy to check the `python` version against the Zephyr documentation.

PR: #72

github.com/zmkfirmware/zmk-docker - 455347f20a428fb9a68c308237409549135fd52c authored over 3 years ago
refactor(common): move `cmake --version` from Dockerfile to tests

Makes it easier to check the `cmake` version against the Zephyr documentation, especially when t...

github.com/zmkfirmware/zmk-docker - b5481baf0241dd16228b20078053236faf355bcb authored over 3 years ago
refactor(dev-generic): remove `node --version` from Dockerfile

This line in the Dockerfile has been superseded by the tests.

See: 70e225f229aece7e553f9f868e60...

github.com/zmkfirmware/zmk-docker - 4404d011c431720701703834dbbb24013ff4695f authored over 3 years ago
feat: rewrite release system to support multiple images per commit

A critical limitation of the first design was the assumption that there would only be one Docker...

github.com/zmkfirmware/zmk-docker - bc822a193acf1ee8e29013a7dec5fef6f2e1c3a8 authored over 3 years ago
refactor: replace latest tag

`latest` can be ambiguous and misunderstood.

See: #62
PR: #67

github.com/zmkfirmware/zmk-docker - 69df2553ed8174abbbfc4f6d126336adfc0662b7 authored over 3 years ago
feat: schedule nightly rebuild at 02:00 UTC

Rebuilds the default branch from scratch every night. This ensures that the latest security pat...

github.com/zmkfirmware/zmk-docker - 56e01d70cbeff7ccead8051b5fcfedce3ce0ba64 authored over 3 years ago
feat: add no-cache support

`no-cache` rebuilds everything from scratch. This is critical for integrating security patches ...

github.com/zmkfirmware/zmk-docker - 2a830a76330473d8d73ad310fa3721cc22d48948 authored over 3 years ago
feat: add cache-from major-minor-branch

Lets any branch utilize its corresponding major-minor-branch cache.

See: #62
PR: #68

github.com/zmkfirmware/zmk-docker - 88620c678ee31eb814b59da9222049eb9d5b4b04 authored over 3 years ago
docs: add examples to tags

Illustrates the form of the tags.

PR: #68

github.com/zmkfirmware/zmk-docker - 93b6eedd33ede6aef20bb968294d10091c7825fb authored over 3 years ago
fix(shields): Cradio v2 keymap/shield improvements

* fix cradio dtsi add new keymap and readme

Co-authored-by: Dom H <[email protected]>

github.com/zmkfirmware/zmk - 0f281304938dd1820cfe71dee431770ae545c883 authored over 3 years ago
fix(docs): Add permanent redict to zmk.dev domain.

github.com/zmkfirmware/zmk - 84ce6b066aae497c7435bdc3b2ec354c84fbbd22 authored over 3 years ago
refactor: Move to new zmk.dev domain name.

github.com/zmkfirmware/zmk - 3f4839ec96c116350fd5b11177927ec0d03da2df authored over 3 years ago
feat: add cache-from upstream

Provides a quick start for new forks.

PR: #64

github.com/zmkfirmware/zmk-docker - b551a568f5c2a2d7eef6f3deaddacb89f06fd607 authored over 3 years ago
feat: add cache-from dev-generic (GitHub Actions cache)

Pre-builds the dev-generic stage and provides it to all subsequent jobs. This improves the inte...

github.com/zmkfirmware/zmk-docker - f531452a1774723c4f41e31a29b949f29b507deb authored over 3 years ago
chore(docs): Bump prettier, and reformat w/ it.

* Bump to prettier 2.3.1.
* Re-run prettier:format to apply updated format.

github.com/zmkfirmware/zmk - ba45aaa81bd5c4d768e315ff57520738b6b59777 authored over 3 years ago
chore(deps): bump react-toastify from 6.0.9 to 7.0.4 in /docs

Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 6.0.9 to 7.0.4.
- [Releas...

github.com/zmkfirmware/zmk - 22800455e21b31fdf79ab7568627e7ae9c2837ec authored over 3 years ago
chore(deps): bump react and react-dom in /docs

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https:...

github.com/zmkfirmware/zmk - c83dea3742f64578f16ac2ff2425df5941556396 authored over 3 years ago
fix(docs): Upgrade docusaurus, webpack/loaders.

Upgrade to the new Docusaurus 2 beta release, which also required
upgrades to newer Webpack@5, a...

github.com/zmkfirmware/zmk - 7323f78a37467e7144eb6414ef2296de050a45fd authored over 3 years ago
feat: add cache-from base

Lets PRs utilize their base (branch) cache.

PR: #63

github.com/zmkfirmware/zmk-docker - fa56205570c8c3da11571da3a6fde61a610dce4c authored over 3 years ago
fix(shields): added right alt and layer quick tap to Jian

github.com/zmkfirmware/zmk - e8b42221cfe30b47a1962b5fbce1e500ccb7cafa authored over 3 years ago
feat(docs): Add icon legend to the feature matrix

Add icon legend to the feature matrix

github.com/zmkfirmware/zmk - 87ee2304a119c52ad1ef0d073e84f7e149f6ec00 authored over 3 years ago
chore(deps): bump react-copy-to-clipboard from 5.0.2 to 5.0.3 in /docs

Bumps [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) from 5.0.2 to 5...

github.com/zmkfirmware/zmk - 33f611cc5ceb3c6a10a427f4aa5cc38ffd8bc767 authored over 3 years ago
fix(kscan): Fix nibble demux scan errors on encoder row

+ Add a 1us sleep to let the column selection settle in order to avoid spurious keypresses when ...

github.com/zmkfirmware/zmk - f3bb90f9e101c2f6d35e6577a52d51b778727dfa authored over 3 years ago
feat(keys): Add LSHIFT and RSHIFT aliases

Using LSHIFT or RSHIFT instead of LSHFT or RSHFT was a common error.

github.com/zmkfirmware/zmk - 4c1a71551b8b1dae46442e3d46c3c13b0ecbd03c authored over 3 years ago
docs(codes): Add LSHIFT and RSHIFT aliases

github.com/zmkfirmware/zmk - 52ee08269239d8110ca96932ec99f450ea64b109 authored over 3 years ago
docs(codes): Use LSHIFT/RSHIFT in keymap upgrader

github.com/zmkfirmware/zmk - faa90be1bad3f9f2f58d9f00bb3b622e6447f3d6 authored over 3 years ago
docs(codes): Refer to LSHIFT instead of LSHFT

`LSHIFT` is slightly more intuitive and should result in fewer user
errors.

github.com/zmkfirmware/zmk - 06a85f944f4d3b6520b4af7819a2831d40ff502b authored over 3 years ago
fix(docs): Update macos GCC embedded section with brew cmd

* Update macos GCC embedded section with brew cmd

Brew has a cask for GCC embedded, so we can...

github.com/zmkfirmware/zmk - bb3200547440e6b3b976ef738745cdcfff599bfd authored over 3 years ago
test(combo): Add unit test for complete long combo

github.com/zmkfirmware/zmk - eecc12c98022c1dce4a228914887ed328b1774c2 authored over 3 years ago
refactor(combos): Rename existing long combo test

This test doesn't test a long combo that completes, but rather one
that's incomplete (so the com...

github.com/zmkfirmware/zmk - bba1599824dc98284656d96748c7f09f10d5a00e authored over 3 years ago
fix(combos): Check each combo key, not just last

The current combo completion check only makes sure the last key in the
combo is set. This works ...

github.com/zmkfirmware/zmk - 4e69a32103a2905b9a32c80c8d3d798fbb0d9a0f authored over 3 years ago
fix(ble): Ignore out of range profiles

Don't allow selecting a BLE profile that is out of range to avoid
reading/writing past the end o...

github.com/zmkfirmware/zmk - 0a9efbf85d0ed295446db3da310e4662e39e2d15 authored over 3 years ago
refactor: combine `build` and `dev` jobs

Bringing `build` and `dev` into the same job lets `dev` use `build` as a cache-from source witho...

github.com/zmkfirmware/zmk-docker - 27b9ac19f30b54ad6f5f14f7f9a516423129e6e8 authored over 3 years ago
fix(boards): Set nice!60 nRF subfamily for openocd (#816)

github.com/zmkfirmware/zmk - efcc49f23dba0fa896c5cc0603e3fc9c664af166 authored over 3 years ago
fix(boards): Add delay on initializing external power for BlueMicro840

This commits adds a delay of 20ms on initializing the external
power control driver. Previously...

github.com/zmkfirmware/zmk - 719b6aa0ae66ffc0a1da44cae66f00a20ebb24f4 authored over 3 years ago
fix(boards): Fix Blue LED pin definition in BlueMicro840

This commit fixes the pin definition for BlueMicro840. Based on the
schematics, the blue led is...

github.com/zmkfirmware/zmk - cdbfb3566245c47d0259303c09b89c81e3d722ee authored over 3 years ago
feat(boards): Add nice!60 board

github.com/zmkfirmware/zmk - 3f838f0aaf90cd5f8dad622fd1d901a9a8eb40d0 authored over 3 years ago
fix(tests): Use debug builds and high resolution timer

By setting CONFIG_DEBUG, the native_posix builds will not be optimized
which makes debugging th...

github.com/zmkfirmware/zmk - a32cd668d6c793ee77c4d85ce5fb47e793f8ae11 authored over 3 years ago
refactor: describe "registry.io/namespace/image:tag" as paths

Improves the readability and makes it easier to extend.

PR: #59

github.com/zmkfirmware/zmk-docker - 910fcf7a8a7e65e73caf7317b931bd71632fd71c authored over 3 years ago
feat: replace registry cache with inline cache(s)

A simpler, leaner and more scalable approach to the cache. Scopes the cache by architecture as ...

github.com/zmkfirmware/zmk-docker - 0042254202fbd35857bc6acab48182f5c3435def authored over 3 years ago
feat: restrict workflow concurrency per branch

Protects the cache from competing workflow runs on a per branch basis.

PR: #53

github.com/zmkfirmware/zmk-docker - 3a6b0f0d238a5e84a85e0fb2068c3d88fe822236 authored over 3 years ago
feat: scope cache by branch

Lets each branch manage its own cache.

PR: #53

github.com/zmkfirmware/zmk-docker - 768a24ad9d086c634701ee6fa9a7bb94c2f773e1 authored over 3 years ago
refactor: drop `dev` from cache tag

`dev` is longer necessary because the branch name was added.

PR: #53

github.com/zmkfirmware/zmk-docker - 2eb634739fe24d6e6326bebf4ec410099d128ea9 authored over 3 years ago
refactor: remove `git-tag` job's guard conditions

These guard conditions are now superfluous because the `git-tag` job depends on the `releases` j...

github.com/zmkfirmware/zmk-docker - 935b111322530899f94666dc0083d9fd01149bff authored over 3 years ago
refactor: simplify release step with local env variables

Improves the readability and makes it easier to debug.

PR: #42

github.com/zmkfirmware/zmk-docker - 30b458948011ff96d52182afb3b220d7d78d9b39 authored over 3 years ago
feat: add integration tests

Runs a set of tests before the candidate image can be pushed. The tests aim to cover all common...

github.com/zmkfirmware/zmk-docker - 70e225f229aece7e553f9f868e603d09566efa3f authored over 3 years ago
refactor: move credentials checks into workflow env

This is a simpler and cleaner approach than previous implementations.

PR: #49
See: 7b7113961341...

github.com/zmkfirmware/zmk-docker - 11a99e0826c092c038a5ca49c04711a138c90480 authored over 3 years ago
refactor: move namespaces into workflow env

This is a simpler and cleaner approach than any of the previous implementations.

PR: #48
See: 7...

github.com/zmkfirmware/zmk-docker - 8e1ab724e42e5c14547e49e71b4f724299bc64a4 authored over 3 years ago
fix(docs): Add missing semicolon to examples

Co-authored-by: Christian Stücklberger <[email protected]>

github.com/zmkfirmware/zmk - 8196b1d46b54883758f9b153da0445fd1a641971 authored over 3 years ago
fix: refactor namespaces back into steps

Further testing has suggested that GitHub Actions sanitizes any secrets in job outputs. The nam...

github.com/zmkfirmware/zmk-docker - 74260424291b733ff950256146e426d27a874cc3 authored over 3 years ago
refactor: move `docker-hub-namespace` into a `namespaces` job

Lays the groundwork for splitting the `docker` job into `candidates` and `releases`.

PR: #41

github.com/zmkfirmware/zmk-docker - b65d7974a2e0c25212db727431dac2eea01ddcdd authored over 3 years ago
refactor: extract archtectures to yml

Opens the door to running the same matrix across multiple jobs.

PR: #41

github.com/zmkfirmware/zmk-docker - 79d41ac9e57b7e8248cdfc472a6f4338167e3354 authored over 3 years ago
refactor: move `repository-name` into a dedicated step

Completes laying the groundwork for splitting the `docker` job into `candidates` and `releases`....

github.com/zmkfirmware/zmk-docker - 5b98c4d20ce938b35740fb7a80c5d33e74adb20b authored over 3 years ago
refactor: remove `repository-name` from tags

Prerequisite for splitting the `docker` job into `candidates` and `releases`.

PR: #41

github.com/zmkfirmware/zmk-docker - 0df3be0b730dd12d86006c4d1738d08ea45150ca authored over 3 years ago
refactor: move `ghcr` namespace to the `namespaces` job

Lays the groundwork for splitting the `docker` job into `candidates` and `releases`.

PR: #41

github.com/zmkfirmware/zmk-docker - 7cf9196c14336e847280732821b69c057d9704bf authored over 3 years ago
refactor: move `tags` into its own job

Lays the groundwork for splitting the `docker` job into `candidates` and `releases`.

PR: #41

github.com/zmkfirmware/zmk-docker - 82f80a41f6e334a981f97cb435b26be2fc123518 authored over 3 years ago
refactor: move credentials checks into their own job

Lays the groundwork for splitting the `docker` job into `candidates` and `releases`.

PR: #41

github.com/zmkfirmware/zmk-docker - 40f6d7bf50372132159779cc6af7e7374fd87ab7 authored over 3 years ago
refactor: split `docker` job into `candidates` and `releases`

This design approach has improved separation of concerns with minimal repetition. It's also eas...

github.com/zmkfirmware/zmk-docker - 2f991a170963b82e5f06e5b4e20da2a528bbedbf authored over 3 years ago
refactor: rename `name` to `repository-name`

`name` is too ambiguous.

PR: #39

github.com/zmkfirmware/zmk-docker - dcdbf26dc61f551bcd59356f69c9ba60d354203e authored over 3 years ago
feat: add OCI `image.revision` label

`image.revision` helps trace the image.

PR: #34

github.com/zmkfirmware/zmk-docker - 45e2982c0723d018bb15a800a3692f8b4874bc70 authored over 3 years ago
refactor: reorder `git-tag` job's `if` statement

Improves the readability and consistency.

PR: #36

github.com/zmkfirmware/zmk-docker - 1f005cd1081ae7971e456fe25028d02b58c72412 authored over 3 years ago
refactor: rename `git` job to `git-tag`

`git-tag` is more meaningful than `git`.

PR: #36

github.com/zmkfirmware/zmk-docker - 18a92c3f0a403574a9812fecb74b47f09479b6ef authored over 3 years ago
refactor: change `git-tag` job's `needs` syntax to list

List syntax is better for version control.

PR: #36

github.com/zmkfirmware/zmk-docker - 30e68c8be2a92e683cc4b9ac5e7c6942fb24b6d0 authored over 3 years ago
refactor: replace `types` with `jobs`

`jobs` is more accurate and understandable.

PR: #40

github.com/zmkfirmware/zmk-docker - 57a8ac1373ea10242372d1fba8a715eac9c6c63d authored over 3 years ago
refactor: change `tag-trigger-ref` into `release-trigger-tag`

Improves the readability of the workflow.

PR: #37

github.com/zmkfirmware/zmk-docker - f5bf7843a0414f3fc9fbaab0132094f47d731b79 authored over 3 years ago
refactor: remove image digest step

The digest is already available within the `build-push` step.

PR: #33

github.com/zmkfirmware/zmk-docker - ae5958719789782e1f975c3fd2d7a57a75a79abf authored over 3 years ago
refactor: swap Docker Hub steps with GHCR steps

Aligns with the ordering elsewhere.

PR: #32

github.com/zmkfirmware/zmk-docker - bb5f036706b4b592f7e181cca594e497fee5b7d3 authored over 3 years ago
refactor: remove `build` registry cache

`build` is a subset of `dev`, so there's no need to save both to the registry with `mode=max`.

...

github.com/zmkfirmware/zmk-docker - 5e0400cd2f5aae334873e23be8c17a77f0054d25 authored over 3 years ago
feat: restrict concurrency of `containers` workflow

Protects the cache by queuing workflow runs.

PR: #38

github.com/zmkfirmware/zmk-docker - 955a1757a1f457900765695a4d2d42069d9e4f02 authored over 3 years ago
build(deps): bump debian

Bumps debian from stable-20201117-slim to stable-20210511-slim.

Signed-off-by: dependabot[bot] ...

github.com/zmkfirmware/zmk-docker - 0053ccff956788c5aecc9f90dccec31c43a2080f authored over 3 years ago
refactor: rename `DockerHub` to `Docker Hub`

Aligns with Docker's official documentation.

PR: #21

github.com/zmkfirmware/zmk-docker - bca57f3ef06d76c8e8c2f95a1b641c1ff7a2135c authored over 3 years ago
refactor: move `zmk-docker-cache` to env

Simplifies future refactoring.

PR: #20

github.com/zmkfirmware/zmk-docker - a8cc84717bb768172ce8303c032cb01275447de8 authored over 3 years ago
refactor: remove `matrix.cache-to`

`matrix.cache-to` is superfluous because it's always the same as the target. This was probably ...

github.com/zmkfirmware/zmk-docker - 58b8d8ab6d9436ea764e43825ab4dc38926944e3 authored over 3 years ago
refactor: remove `CACHE_FROM` and `CACHE_TO`

Having these in the `vars` step provides little benefit going forward. Moving them to the `buil...

github.com/zmkfirmware/zmk-docker - 3f5e23723c5d385f2fcec719579e7138bacbfab0 authored over 3 years ago