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
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver: kubernetes
|
||||
driver: docker-container
|
||||
driver-opts: |
|
||||
rootless=true
|
||||
namespace=git
|
||||
replicas=1
|
||||
limits.memory=800Mi
|
||||
limits.ephemeral-storage=1G
|
||||
qemu.install=true
|
||||
image=moby/buildkit:rootless
|
||||
- name: Build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user