summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-12 16:21:10 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-12 16:21:10 -0400
commit30f23fe5da0feaf51b74649e0ce9a7b77bf0152e (patch)
tree7dcb2dbd4642d84f41a0fe80eb0d7bab1204fc42 /.github
parentea36f2a93e6e50eeb2951883cab6f27a09e00c8e (diff)
Switch to Docker Hub version.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a50c0c5..4271daa 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -26,10 +26,8 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- - name: Log into registry
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
- name: West Init
- uses: 'docker://docker.pkg.github.com/zmkfirmware/zephyr-west-action/zephyr-west-action:latest'
+ uses: 'docker://zmkfirmware/zephyr-west-action:latest'
id: west-init
with:
args: "'init' '-l app'"