Try logging into the registry first.

This commit is contained in:
Pete Johanson 2020-06-12 11:26:32 -04:00
parent 2aa932a943
commit ea36f2a93e
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +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'
id: west-init