From 171badd0b9743df4bb5fdac75e1e26a29d6d3f17 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Mon, 16 Jan 2023 18:04:10 +0100 Subject: [PATCH] doc: change the project pitch sentence --- README.md | 2 +- kicker.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfa317d..94a1b87 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GitLab CI template for Docker -This project implements a generic GitLab CI template [Docker](https://www.docker.com/) based projects. +This project implements a GitLab CI/CD template to build, check and inspect your containers with [Docker](https://www.docker.com/). ## Usage diff --git a/kicker.json b/kicker.json index e6a8eda..2fe44d4 100644 --- a/kicker.json +++ b/kicker.json @@ -1,6 +1,6 @@ { "name": "Docker", - "description": "Check, build, test, audit and publish a [Docker](https://www.docker.com/) image", + "description": "Build, check and inspect your containers with [Docker](https://www.docker.com/)", "template_path": "templates/gitlab-ci-docker.yml", "kind": "package", "variables": [ -- GitLab