Update .gitea/workflows/build.yaml
Some checks failed
Build docker container / Build image (push) Failing after 10s
Some checks failed
Build docker container / Build image (push) Failing after 10s
This commit is contained in:
parent
5837e28262
commit
642d2b5e7a
@ -27,11 +27,15 @@ jobs:
|
||||
run: echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
env:
|
||||
DOCKER_HOST: "tcp://docker:2376/"
|
||||
DOCKER_TLS_CERTDIR: "/certs/server"
|
||||
DOCKER_TLS_VERIFY: 1
|
||||
DOCKER_CERT_PATH: "/certs/server"
|
||||
with:
|
||||
driver: kubernetes
|
||||
driver-opts: |
|
||||
rootless=true
|
||||
namespace=git
|
||||
replicas=1
|
||||
limits.memory=800Mi
|
||||
limits.ephemeral-storage=1G
|
||||
qemu.install=true
|
||||
- name: Build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user