From c518196666dc4945a46adc28b72bc01b12ada5e3 Mon Sep 17 00:00:00 2001 From: divolgin Date: Tue, 19 Mar 2024 00:30:39 +0000 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c507ea2..c2b8da8 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ make build scan ## Releasing -Releases are created when a tag is pushed to the upstream repository. +Releases are created when a tag is pushed to the upstream repository. Note that in tagging a release does not cause images to be rebuilt. ``` git tag -a v1.0.0 -m "Release 1.0.0" && git push origin v1.0.0