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 6eef74009f - Show all commits
+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 and Kubernetes manifests. Other files are supported if they have a recognizable image reference.
The action supports Dockerfiles and Kubernetes manifests. Other files are supported if they have a recognizable image reference. Duplicate image references are deduplicated.
## Usage