fix: GITEA_INSTANCE_URL missing scheme
This commit is contained in:
parent
b99d0ea8d9
commit
234bc3d169
@ -30,7 +30,7 @@ spec:
|
||||
- name: DOCKER_TLS_VERIFY
|
||||
value: "1"
|
||||
- name: GITEA_INSTANCE_URL
|
||||
value: "$BASE_URL"
|
||||
value: "https://$BASE_URL"
|
||||
- name: GITEA_RUNNER_LABELS
|
||||
value: "debian:docker:$BASE_URL/actions/debian:latest"
|
||||
- name: GITEA_RUNNER_REGISTRATION_TOKEN
|
||||
|
Loading…
Reference in New Issue
Block a user