summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-12 11:09:32 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-12 11:09:32 -0400
commit9f650acbd0aafdd22a9cb6e19fd8f9faabd2568e (patch)
tree80c64536eef79ce5b6377c1774ebe3616971e453 /.github
parent92a4f3985d1a51451067b94182e170516dbeed00 (diff)
Update one workflow step to use docker container.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b909dcf..d9866d0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -27,11 +27,10 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: West Init
- uses: zmkfirmware/zephyr-west-action@v0.1.0
+ uses: docker://docker.pkg.github.com/zmkfirmware/zephyr-west-action/zephyr-west-action:latest
id: west-init
with:
- command: 'init'
- command-args: '-l app'
+ args: 'init' '-l app'
- name: West Update
uses: zmkfirmware/zephyr-west-action@v0.1.0
id: west-update