docs: add warning about short refs not being supported
CI / Test Get Images From Files (pull_request) Successful in 6s
CI / Test Setup Trivy amd64 (pull_request) Successful in 8s
CI / Test Setup Trivy arm64 (pull_request) Successful in 1m8s
CI / Test Setup DB (pull_request) Successful in 1m27s

This commit is contained in:
2026-02-05 14:35:33 +01:00
parent 6eef74009f
commit 2c9bfa6eb8
+2
View File
@@ -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