refactor: remove handling of sole repository, always require both repo and tag
CI / Test Setup Trivy amd64 (pull_request) Successful in 9s
CI / Test Setup DB (pull_request) Successful in 15s
CI / Test Get Images From Files (pull_request) Successful in 21s
CI / Test Setup Trivy arm64 (pull_request) Successful in 24s

This commit is contained in:
2026-02-05 17:15:14 +01:00
parent 8ed8e7304c
commit 19cf9c7dd6
4 changed files with 6 additions and 17 deletions
@@ -12,9 +12,3 @@ images:
helper:
repository: example.com/myproject/helper
tag: "2.0@sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
# Repository only (no tag) — should be extracted
repo_only:
repository: example.com/helmfile/repo-only
# Tag only (no repository) — should be skipped
tag_only:
tag: "v99"