docs: add mention about deduplication

This commit is contained in:
2026-02-05 14:35:15 +01:00
parent 61da085e0f
commit 6eef74009f
+1 -1
View File
@@ -2,7 +2,7 @@
A reusable Gitea Action, that extracts docker images from selected files in a repository. A reusable Gitea Action, that extracts docker images from selected files in a repository.
The action supports Dockerfiles and Kubernetes manifests. Other files are supported if they have a recognizable image reference. The action supports Dockerfiles and Kubernetes manifests. Other files are supported if they have a recognizable image reference. Duplicate image references are deduplicated.
## Usage ## Usage