From d3fb8f08bcc938c3304006b6de6f200e365ccdef Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sun, 12 Nov 2023 17:28:20 +0100 Subject: [PATCH] READMEs and simmilar stuff --- CONTRIBUTING.md | 2 +- LICENSE | 2 +- README.md | 12 ++---------- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ca4ef9..7ec1011 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Security If you think you have found a **security issue**, please do not mention it in this repository. -Instead, send an email to security@spacebear.ee with as many details as possible so it can be handled confidential. +Instead, send an email to security@odit.services with as many details as possible so it can be handled confidential. ## Bug Reports and Feature Requests diff --git a/LICENSE b/LICENSE index e07ea97..bd983dc 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 Robert Kaussow + Copyright 2023 ODIT.Services Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index de410c6..ddea538 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,9 @@ # plugin-docker-buildx - - Get it on Codeberg - - Woodpecker CI plugin to build multiarch Docker images with [buildx](https://duckduckgo.com/?q=docker+buildx&ia=web). -This plugin was initially a fork of [thegeeklab/drone-docker-buildx](https://github.com/thegeeklab/drone-docker-buildx/) (now archived in favor of this plugin) which itself was a fork of [drone-plugins/drone-docker](https://github.com/drone-plugins/drone-docker). +This plugin is a fork of [woodpecker-plugins/plugin-docker-buildx](https://codeberg.org/woodpecker-plugins/plugin-docker-buildx) which was initially a fork of [thegeeklab/drone-docker-buildx](https://github.com/thegeeklab/drone-docker-buildx/) (now archived in favor of this plugin) which itself was a fork of [drone-plugins/drone-docker](https://github.com/drone-plugins/drone-docker). You can find the full documentation at [woodpecker-ci.org](https://woodpecker-ci.org/plugins/Docker%20Buildx) ([docs.md](./docs.md)). -## Images - -Images are available on [Dockerhub](https://hub.docker.com/r/woodpeckerci/plugin-docker-buildx) and in the [Codeberg registry](https://codeberg.org/woodpecker-plugins/-/packages/container/docker-buildx/latest). - ## License -This project is licensed under the Apache-2.0 License - see the [LICENSE](https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/src/branch/main/LICENSE) file for details. +This project is licensed under the Apache-2.0 License - see the [LICENSE](https://git.odit.services/odit/docker-buildx/src/branch/main/LICENSE) file for details.