forgejo-runner(host): configure some more labels for more images
Some checks failed
/ build (pull_request) Successful in 29s
/ cleanup-staging (pull_request) Successful in 9s
/ build (push) Successful in 26s
/ Ansible Lint (pull_request) Failing after 2m33s
/ Ansible Lint (push) Failing after 2m25s

Provide the ubuntu labels similar to the images running at Codeberg
using the catthehacker/ubuntu:act-* images.
See:
https://github.com/catthehacker/docker_images
https://codeberg.org/actions/meta

Also provide convenience labels for Alpine and Debian.
This commit is contained in:
June 2026-07-03 03:39:10 +02:00
commit b9a5fa3ce5
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -14,6 +14,15 @@ runner:
labels:
# https://forgejo.org/docs/latest/admin/actions/configuration/#choosing-labels
- docker:docker://docker.io/library/node:lts
# Provide ubuntu labels similar to the images running at Codeberg.
# https://github.com/catthehacker/docker_images
# https://codeberg.org/actions/meta
- ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest
- ubuntu-24.04:docker://ghcr.io/catthehacker/ubuntu:act-24.04
# Alpine
- alpine:docker://docker.io/library/alpine:latest
# Debian
- debian:docker://docker.io/library/debian:latest
cache:
enabled: false