From 62e697deddeb1d134d27dfda3e85dccc9bfdeb5a Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Mon, 12 Jul 2021 23:06:07 -0700 Subject: [PATCH] Try logging into repository as Github --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 561a9b362..2d98ac277 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,6 +89,11 @@ jobs: # XXX: This currently takes upwards of 10 minutes or more. Disabling for now # - arch: arm64 steps: + - uses: docker/login-action@v1 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v2 - uses: satackey/action-docker-layer-caching@v0.0.11 continue-on-error: true