From 16babe99042f99f8a7c91763229126aa829f8e9f Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 21 Apr 2021 01:14:19 +0200 Subject: [PATCH] chore: add a README note about this repo --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3715593..f96ad36 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # drone-kaniko +> Note: this is a remote working branch of https://github.com/drone/drone-kaniko\ +> with my personal changes on top. GH would call it a "fork".\ +> Development occurs in the `dev` branch while the `main` branch remains a\ +> perfect clone of the remote `main` (as long as I keep it updated). + Drone kaniko plugin uses [kaniko](https://github.com/GoogleContainerTools/kaniko) to build and publish Docker images to a container registry. ## Build