Skip to content

Commit a0589da

Browse files
committed
fix
1 parent e68d7ca commit a0589da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/server-setup/tasks/self-hosted-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
serviceAccountName: opencrvs-runner
7878
repository: "{{ repository }}"
7979
image: ghcr.io/opencrvs/opencrvs-github-runner:latest
80-
labels: "self-hosted,{{ environment }}"
80+
labels: "{{ ['self-hosted', environment] | join(',') }}"
8181
env:
8282
- name: DOCKER_ENABLED
8383
value: "true"

0 commit comments

Comments
 (0)