Compare commits

...

2 commits

Author SHA1 Message Date
b5ebeabec4 ci: Disable pulling images on each run
Some checks failed
ci/woodpecker/push/build Pipeline failed
This should prevent running into rate limits from DockerHub.
2023-07-18 20:24:53 +02:00
0d09f1d3b4 ci: Enable parallelization 2023-07-18 20:22:49 +02:00

View file

@ -9,6 +9,7 @@ matrix:
pipeline:
build-${TARGET}:
image: woodpeckerci/plugin-docker-buildx
group: build
settings:
registry: git.hhhammer.de
username: ci
@ -19,3 +20,4 @@ pipeline:
repo: git.hhhammer.de/hamburghammer/dchat/${TARGET}
tags: latest
platforms: linux/amd64,linux/arm64/v8
pull_image: false