feat: add get-images-from-files action #27

Merged
t.behrendt merged 6 commits from feat-add-get-images-from-files-action into main 2026-02-05 14:52:41 +01:00
Showing only changes of commit 2c9bfa6eb8 - Show all commits
+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. 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 ## Usage
### Basic Usage ### Basic Usage