From 2c9bfa6eb809fffe2e5bbfd6e4d57e2e386e5686 Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Thu, 5 Feb 2026 14:35:33 +0100 Subject: [PATCH] docs: add warning about short refs not being supported --- get-images-from-files/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/get-images-from-files/README.md b/get-images-from-files/README.md index 00822ab..ad76b26 100644 --- a/get-images-from-files/README.md +++ b/get-images-from-files/README.md @@ -4,6 +4,8 @@ A reusable Gitea Action, that extracts docker images from selected files in a re The action supports Dockerfiles and Kubernetes manifests. Other files are supported if they have a recognizable image reference. Duplicate image references are deduplicated. +**Note:** Only fully-qualified refs (with registry, e.g. `docker.io/library/alpine:latest`, `gcr.io/distroless/static:nonroot@sha256:...`) are included; short refs like `alpine:latest` are omitted as their use is discouraged. + ## Usage ### Basic Usage