We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68d7ca commit a0589daCopy full SHA for a0589da
infrastructure/server-setup/tasks/self-hosted-runner.yml
@@ -77,7 +77,7 @@
77
serviceAccountName: opencrvs-runner
78
repository: "{{ repository }}"
79
image: ghcr.io/opencrvs/opencrvs-github-runner:latest
80
- labels: "self-hosted,{{ environment }}"
+ labels: "{{ ['self-hosted', environment] | join(',') }}"
81
env:
82
- name: DOCKER_ENABLED
83
value: "true"
0 commit comments