feat(get-images-from-files): add support for helm values

This commit is contained in:
2026-02-05 15:47:08 +01:00
parent 2269b09740
commit d244282e62
4 changed files with 45 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
A reusable Gitea Action, that extracts docker images from selected files in a repository.
The action supports Dockerfiles, Kubernetes manifests, and Docker Compose/compose files. Other files are supported if they have a recognizable image reference. Duplicate image references are deduplicated.
The action supports Dockerfiles, Kubernetes manifests, Docker Compose/compose files, and Helmfile value files (convention: `repository` required, `tag` optional; a lone `tag` without `repository` is skipped). 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.