Update .gitea/workflows/build.yaml
Some checks failed
Build docker container / Build image (push) Failing after 9s
Some checks failed
Build docker container / Build image (push) Failing after 9s
This commit is contained in:
parent
642d2b5e7a
commit
853cdc2d37
@ -28,14 +28,9 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
driver: kubernetes
|
driver: docker-container
|
||||||
driver-opts: |
|
driver-opts: |
|
||||||
rootless=true
|
image=moby/buildkit:rootless
|
||||||
namespace=git
|
|
||||||
replicas=1
|
|
||||||
limits.memory=800Mi
|
|
||||||
limits.ephemeral-storage=1G
|
|
||||||
qemu.install=true
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user