]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
No... doesn't like unterminated single quotes strings
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 28 Aug 2024 16:13:29 +0000 (11:13 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 28 Aug 2024 16:13:29 +0000 (11:13 -0500)
.github/workflows/ci.yml

index 74f1b21075578ca7bdad240d012d187275c9e274..0c86a925291dc81d239d2190d1c0732412520fab 100644 (file)
@@ -73,7 +73,7 @@ jobs:
 #           docker: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'docker.internal.networkradius.com/self-hosted' || 'ubuntu:24.04' }}"
         os:
           - runs_on: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'self-hosted' || 'ubuntu-20.04' }}"
-            docker: "${{ ubuntu:24.04' }}"
+            docker: "${{ 'ubuntu:24.04' }}"
             name: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'self' || 'gh' }}-ubuntu24"
             code: "ubuntu2004"
             imageos: "ubuntu24"