Switch to Docker Hub version.
This commit is contained in:
parent
ea36f2a93e
commit
30f23fe5da
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -26,10 +26,8 @@ jobs:
|
||||||
${{ runner.os }}-build-${{ env.cache-name }}-
|
${{ runner.os }}-build-${{ env.cache-name }}-
|
||||||
${{ runner.os }}-build-
|
${{ runner.os }}-build-
|
||||||
${{ runner.os }}-
|
${{ 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
|
- 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
|
id: west-init
|
||||||
with:
|
with:
|
||||||
args: "'init' '-l app'"
|
args: "'init' '-l app'"
|
||||||
|
|
Loading…
Reference in a new issue