refactor: remove handling of sole repository, always require both repo and tag
This commit is contained in:
@@ -11,7 +11,7 @@ A reusable Gitea Action that extracts Docker image references from selected file
|
||||
| **Dockerfile** | `FROM` lines; the image ref is the last token (handles `FROM --platform=... <image>`). |
|
||||
| **Kubernetes manifests** | Lines with `image:` (e.g. under `containers` / `initContainers`); the value is taken as the image ref. |
|
||||
| **Docker Compose / Compose** | Same as Kubernetes: `image:` key under services. |
|
||||
| **Helmfile values** | Pairs of `repository` and optional `tag` at the same indent; ref is `repository` or `repository:tag`. A lone `tag` without `repository` is skipped. |
|
||||
| **Helmfile values** | Pairs of `repository` and `tag` (both required) at the same indent; ref is `repository:tag`. A lone `tag` without `repository` is skipped. |
|
||||
|
||||
Other files are supported if they use one of these patterns (e.g. `image:` or `FROM`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user