Added woodpecker CI
1 files changed, 12 insertions(+), 0 deletions(-) A .woodpecker/build-docker.yml
A .woodpecker/build-docker.yml => .woodpecker/build-docker.yml +12 -0
@@ 0,0 1,12 @@ pipeline: build: image: woodpeckerci/plugin-docker-buildx settings: # specifies the host architecture platforms: linux/arm64,linux/amd64 repo: codeberg.org/${CI_REPO_OWNER}/akkoma-basic-alpine registry: codeberg.org tags: ${CI_COMMIT_TAG:-latest} username: ${CI_REPO_OWNER} password: from_secret: cb_token