docs: add links to act runner images in Dockerfile
This commit is contained in:
parent
3ac3133f7c
commit
b2fefe022b
|
|
@ -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,\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue