Skip to content

Commit

Permalink
Add docker-image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jul 17, 2024
1 parent 341a819 commit 7bc5ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gradlePlugin {
create("oci") {
id = "$group.$name"
implementationClass = "$group.$name.OciPlugin"
tags = listOf("oci", "oci-image", "docker", "multi-arch")
tags = listOf("oci", "oci-image", "docker", "docker-image", "multi-arch")
}
}
}
Expand Down

0 comments on commit 7bc5ef0

Please sign in to comment.