Skip to content

Commit

Permalink
Improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jan 3, 2024
1 parent 5c243e4 commit 4bebab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![GitHub](https://img.shields.io/github/license/sgtsilvio/gradle-oci?color=brightgreen&style=for-the-badge)](LICENSE)
[![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/sgtsilvio/gradle-oci/check.yml?branch=main&style=for-the-badge)](https://github.com/SgtSilvio/gradle-oci/actions/workflows/check.yml?query=branch%3Amain)

Gradle plugin to ease producing (multi-arch) OCI images without requiring external tools.
Gradle plugin to ease using and producing (multi-arch) OCI images without requiring external tools.

## How to Use

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.sgtsilvio.gradle"
description = "Gradle plugin to ease producing (multi-arch) OCI images without requiring external tools"
description = "Gradle plugin to ease using and producing (multi-arch) OCI images without requiring external tools"

metadata {
readableName = "Gradle OCI Plugin"
Expand Down

0 comments on commit 4bebab4

Please sign in to comment.