From f6c266e04fbbc4f7390d7e471e9d783019272923 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 17 Jan 2021 20:45:28 +0100 Subject: [PATCH] [skip ci] update changelog --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aebafdc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## v20.10.1 (2021-01-17) + +### Others + +- **devel**: refactor code to refelct plugins boilerplate +- **deps**: pin docker digests diff --git a/README.md b/README.md index f726161..72c49f0 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Drone plugin to build multiarch Docker images with buildx Drone plugin to build multiarch Docker images with buildx. +## Docker Tags + +Tags are following the main Docker version e.g. `20.10`, the second part is reflecting the plugin "version". A full example would be `20.10.5`. + ## Build Build the binary with the following command: