Merge pull request #156 from paperless-ngx/docker-fix-ci

Fix Armv7 Docker Build
This commit is contained in:
Quinn Casey
2022-02-27 16:54:22 -08:00
committed by GitHub
2 changed files with 21 additions and 14 deletions

View File

@@ -316,14 +316,6 @@ jobs:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Cache Docker layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
-
name: Login to Github Container Registry
uses: docker/login-action@v1
@@ -340,8 +332,8 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.prepare.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
cache-from: type=gha
cache-to: type=gha,mode=max
-
name: Inspect image
run: |