From 41917b9ba566d93af093d823ab3457bdbc16bac5 Mon Sep 17 00:00:00 2001 From: andy Augustin Date: Sat, 10 Feb 2024 10:10:08 +0100 Subject: [PATCH] docs: :memo: small docs fix - docker (#454) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34ae1aeb..ea934ac9 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,9 @@ jobs: There are docker images available. Please checkout [How to use docker](docs/DOCKER.md) for details. +* [dockerhub andyaugustin/actions-template-sync][dockerhub-repo] +* [github andreasaugustin/actions-template-sync][github-repo] + ### Example This repo uses this [template][template] and this action from the [marketplace][marketplace]. @@ -295,9 +298,6 @@ E.g. when you like to disable the sync for all files with exceptions, you need t Different lifecycle hooks are supported. You need to enable the functionality with the option `is_allow_hooks` and set it to `true` :warning: use this functionality with caution. You can use one of the available docker images to test it out. **With great power comes great responsibility**. -* [dockerhub andyaugustin/actions-template-sync][dockerhub-repo] -* [github andreasaugustin/actions-template-sync][github-repo] - In addition, you need a configuration file with the name `templatesync.yml` within the root of the target repository. The following hooks are supported (please check [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) for a better understanding of the lifecycles).