summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-12 11:26:32 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-12 11:26:32 -0400
commitea36f2a93e6e50eeb2951883cab6f27a09e00c8e (patch)
tree377c64047dd76e4e2a9dc0d35c8cdae17a001056 /.github
parent2aa932a943a2db344ce8ddcbae3854d27e712637 (diff)
Try logging into the registry first.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c9d7366..a50c0c5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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