From f5ac6ccb8e8649dbf2595b29e92dce81d42f6854 Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Sat, 13 Jan 2024 10:23:26 +0000 Subject: [PATCH] Add logo (#120) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 📖 Summary add docker logo ### 📑 Build PR Images? PR images are not needed ### 💬 Details _No response_ Reviewed-on: https://codeberg.org/woodpecker-plugins/docker-buildx/pulls/120 Co-authored-by: qwerty287 Co-committed-by: qwerty287 --- docker.svg | 14 ++++++++++++++ docs.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 docker.svg diff --git a/docker.svg b/docker.svg new file mode 100644 index 0000000..383626b --- /dev/null +++ b/docker.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/docs.md b/docs.md index 68123e9..e2d7bae 100644 --- a/docs.md +++ b/docs.md @@ -1,6 +1,6 @@ --- name: Docker Buildx -icon: https://woodpecker-ci.org/img/logo.svg +icon: https://codeberg.org/woodpecker-plugins/docker-buildx/raw/branch/main/docker.svg description: plugin to build multiarch Docker images with buildx authors: Woodpecker Authors tags: [docker, image, container, build]