From fbbc99be89e498e29225b443cdce8c3a9c9d6f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Cahenzli?= Date: Mon, 18 Dec 2023 10:05:36 +0100 Subject: [PATCH] Mention container registry --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b09e230..ddddc4d 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,13 @@ Then run the script with: `./trigger-pipeline.py` -### Via Docker +### Via container -This also comes packaged as a container. Watch this space for where to pull from. +This also comes packaged as a container available from `ghcr.io/vshn/inotify-pipeline-trigger`. + +See [the registry](https://github.com/vshn/inotify-pipeline-trigger/pkgs/container/inotify-pipeline-trigger) for more available versions. + +It should run on any OCI-compatible container runtime and doesn't need any special privileges beyond network access to wherever your GitLab lives, obviously. ## Caveats and warnings