Fixed Forgejo URL and defined the labels
This commit is contained in:
parent
1813371a88
commit
dd034cf862
1 changed files with 6 additions and 1 deletions
|
@ -5,4 +5,9 @@ image:
|
|||
pullPolicy: IfNotPresent
|
||||
tag: "6.0.1"
|
||||
|
||||
forgejoUrl: http://forgejo-http.gitea.svc.cluster.local:3000
|
||||
forgejoUrl: https://gitea.{{{ .Env.DOMAIN }}}
|
||||
|
||||
runnerLabels:
|
||||
- docker:docker://node:20-bullseye
|
||||
- self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
- ubuntu-latest:docker://node:20-bullseye
|
||||
|
|
Loading…
Reference in a new issue