diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 16:21:10 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 16:21:10 -0400 |
commit | 30f23fe5da0feaf51b74649e0ce9a7b77bf0152e (patch) | |
tree | 7dcb2dbd4642d84f41a0fe80eb0d7bab1204fc42 /.github | |
parent | ea36f2a93e6e50eeb2951883cab6f27a09e00c8e (diff) |
Switch to Docker Hub version.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
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'" |