~comcloudway/docker-akkoma-alpine

2f83f8551fa8d79675dfd94fb1fe2d4961ca85fb — Jakob Meier 11 months ago 6c114c4
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