chore(update): tentative fix of docker oom

This commit is contained in:
jguer 2021-06-03 21:46:41 +02:00
parent 059ca9d9b8
commit c922cb3509
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35

View file

@ -25,8 +25,16 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push to Docker Hub
uses: docker/build-push-action@v2
env:
DOCKER_BUILDKIT: 0
COMPOSE_DOCKER_CLI_BUILD: 0
with:
platforms: linux/amd64, linux/arm/v6,linux/arm/v7,linux/arm64
file: ci.Dockerfile
push: true
tags: jguer/yay-builder:latest
secrets: |
DOCKER_BUILDKIT=0
COMPOSE_DOCKER_CLI_BUILD=0
cache-from: type=registry,ref=jguer/yay-builder:latest
cache-to: type=inline