mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-10 03:30:40 +00:00
remove outdated versioning information
This commit is contained in:
parent
fdf9b22e08
commit
22ab56b8d2
@ -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 -->
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user