From 9fd85e4a27bb7aaf460b53c7b382c79c23fb7873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Sat, 21 Dec 2024 20:15:57 +0100 Subject: [PATCH] Action: build custom image --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f72b3e9..28c0a3f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # runner-custom +Pull this image : `docker pull git.unixyourbrain.org/beastie/runner-custom:latest` + +This is a simple Archlinux docker image with this packages : + - docker and docker-buildx + - git + - npm + +This image can be used with gitea act_runner to build docker images with Gitea Actions. +Check documentation here : https://docs.gitea.com/usage/actions/overview + +Package is build nightly