mirror of
https://github.com/Jguer/yay.git
synced 2025-12-10 00:07:23 -05:00
chore(update): tentative fix of docker oom
This commit is contained in:
parent
059ca9d9b8
commit
c922cb3509
8
.github/workflows/builder-image.yml
vendored
8
.github/workflows/builder-image.yml
vendored
@ -25,8 +25,16 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Push to Docker Hub
|
- name: Push to Docker Hub
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
|
env:
|
||||||
|
DOCKER_BUILDKIT: 0
|
||||||
|
COMPOSE_DOCKER_CLI_BUILD: 0
|
||||||
with:
|
with:
|
||||||
platforms: linux/amd64, linux/arm/v6,linux/arm/v7,linux/arm64
|
platforms: linux/amd64, linux/arm/v6,linux/arm/v7,linux/arm64
|
||||||
file: ci.Dockerfile
|
file: ci.Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: jguer/yay-builder:latest
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user