0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-19 15:12:44 +02:00

remove outdated versioning information

This commit is contained in:
Robert Kaussow 2023-08-14 09:42:28 +02:00
parent fdf9b22e08
commit 22ab56b8d2
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 1 additions and 9 deletions

View File

@ -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
<!-- prettier-ignore-start -->

View File

@ -17,10 +17,6 @@ Woodpecker CI plugin to build and publish multiarch Docker images with buildx.
<!-- spellchecker-enable -->
<!-- prettier-ignore-end -->
## 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