From 6eef74009f7ce204c99906d406085c292dd90636 Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Thu, 5 Feb 2026 14:35:15 +0100 Subject: [PATCH] docs: add mention about deduplication --- get-images-from-files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-images-from-files/README.md b/get-images-from-files/README.md index c3751c5..00822ab 100644 --- a/get-images-from-files/README.md +++ b/get-images-from-files/README.md @@ -2,7 +2,7 @@ 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