From b2fefe022b96bfb868419c6fdc358206b7c760d2 Mon Sep 17 00:00:00 2001 From: sebthom Date: Thu, 18 Dec 2025 20:43:21 +0100 Subject: [PATCH] docs: add links to act runner images in Dockerfile --- image/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/image/Dockerfile b/image/Dockerfile index 98f3c48..d21d517 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -216,6 +216,9 @@ ENV \ # GITEA_RUNNER_NAME='' \ GITEA_RUNNER_LABELS='' \ + # + # https://github.com/catthehacker/docker_images#images-available + # https://hub.docker.com/r/catthehacker/ubuntu/tags?name=act- GITEA_RUNNER_LABELS_DEFAULT='\ ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest,\ ubuntu-24.04:docker://ghcr.io/catthehacker/ubuntu:act-24.04,\