From 22ab56b8d2dc35afe59bfb57a7f3cff139c0c923 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 14 Aug 2023 09:42:28 +0200 Subject: [PATCH] remove outdated versioning information --- README.md | 4 ---- _docs/content/_index.md | 6 +----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 5869a91..2cc47e3 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,6 @@ Woodpecker CI plugin to build multiarch Docker images with buildx Woodpecker CI plugin to build multiarch Docker images with buildx. This plugin is a fork of [drone-plugins/drone-docker](https://github.com/drone-plugins/drone-docker). You can find the full documentation at [https://wp-plugin-index.geekdocs.de](https://wp-plugin-index.geekdocs.de/plugins/wp-docker-buildx). -## Versioning - -The tags follow the major version of Docker, e.g. `20`, and the minor and patch parts reflect the `version` of the plugin. A full example would be `20.12.5`. Minor versions can introduce breaking changes, while patch versions can be considered non-breaking. - ## Community diff --git a/_docs/content/_index.md b/_docs/content/_index.md index 70b110c..e6a95e3 100644 --- a/_docs/content/_index.md +++ b/_docs/content/_index.md @@ -17,10 +17,6 @@ Woodpecker CI plugin to build and publish multiarch Docker images with buildx. -## Versioning - -The tags follow the major version of Docker, e.g. `20`, and the minor and patch parts reflect the `version` of the plugin. A full example would be `20.12.5`. Minor versions can introduce breaking changes, while patch versions can be considered non-breaking. - ## Usage {{< hint type=important >}} @@ -106,7 +102,7 @@ make build Build the Docker image with the following command: ```shell -docker build --file docker/Containerfile.multiarch --tag thegeeklab/wp-docker-buildx . +docker build --file Containerfile.multiarch --tag thegeeklab/wp-docker-buildx . ``` ## Test