restore links, set ubuntu-22.04 runner label

This commit is contained in:
Merith-TK 2024-12-28 00:28:17 +00:00
parent 93beacdfe6
commit 28568735d3

View file

@ -70,6 +70,9 @@ services:
depends_on: depends_on:
- docker-in-docker - docker-in-docker
- forgejo - forgejo
links:
- docker-in-docker
- forgejo
environment: environment:
FORGEJO_URL: ${FORGEJO_URL} # defaults to http://forgejo:3000 FORGEJO_URL: ${FORGEJO_URL} # defaults to http://forgejo:3000
FORGEJO_SECRET: "{SHARED_SECRET}" # shared secret, must match Forgejo's, overrides RUNNER_TOKEN FORGEJO_SECRET: "{SHARED_SECRET}" # shared secret, must match Forgejo's, overrides RUNNER_TOKEN
@ -85,6 +88,6 @@ services:
RUNNER__container__PRIVILEGED: "true" RUNNER__container__PRIVILEGED: "true"
RUNNER__runner__LABELS: | RUNNER__runner__LABELS: |
docker:docker://code.forgejo.org/oci/node:20-bookworm docker:docker://code.forgejo.org/oci/node:20-bookworm
ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04
DEBUG: "true" DEBUG: "true"
SKIP_WAIT: "false" SKIP_WAIT: "false"