From 3aa17de528993355ac2fc7c13e1c10a8bd17d45b Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Tue, 4 Mar 2025 23:00:46 +0900 Subject: [PATCH] added missing description. --- Cargo.toml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86bc16c..d96d632 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "kwd" +description = "Attaching multiple tags to a single kaniko image build." version = "1.0.0" edition = "2021" license = "MIT" diff --git a/README.md b/README.md index 4d0c80b..8bfdd3b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Description -This is a tool that performs destination tasks when attaching multiple tags to a single kaniko image build. +Attaching multiple tags to a single kaniko image build. ## Configuration