diff options
| author | Peter Johanson <peter@peterjohanson.com> | 2021-10-18 18:08:51 +0000 | 
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2021-10-23 15:33:42 -0400 | 
| commit | 5cc7c280a5d97df99e08bace0e373e24cad13abd (patch) | |
| tree | fb0e865362fe4527023bfe4066356f77cca9abb5 /.github/workflows/build.yml | |
| parent | e3eb77dfc6c48b3f8bcf72101973d6342d6fc3f4 (diff) | |
refactor: Move to explicit docker.io/* image references.
* Some runtimes (e.g. podman), require explicit registries in image URLs
 or will prompt for the user to select one, which breaks things like
 VSCode remote container rebuilds.
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36bca31..b790b66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs:    build:      runs-on: ubuntu-latest      container: -      image: zmkfirmware/zmk-build-arm:2.5 +      image: docker.io/zmkfirmware/zmk-build-arm:2.5      strategy:        matrix:          board: | 
