docs: add links to act runner images in Dockerfile

This commit is contained in:
sebthom 2025-12-18 20:43:21 +01:00
parent 3ac3133f7c
commit b2fefe022b
1 changed files with 3 additions and 0 deletions

View File

@ -216,6 +216,9 @@ ENV \
# #
GITEA_RUNNER_NAME='' \ GITEA_RUNNER_NAME='' \
GITEA_RUNNER_LABELS='' \ 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='\ GITEA_RUNNER_LABELS_DEFAULT='\
ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest,\ ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest,\
ubuntu-24.04:docker://ghcr.io/catthehacker/ubuntu:act-24.04,\ ubuntu-24.04:docker://ghcr.io/catthehacker/ubuntu:act-24.04,\