]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add workflow to set variables for Docker build [skip ci]
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 14 Feb 2026 10:48:38 +0000 (10:48 +0000)
committerGitHub <noreply@github.com>
Sat, 14 Feb 2026 10:48:38 +0000 (10:48 +0000)
.github/workflows/docker-vars.yaml

index 4f520027307afd85682ad1526025cfac7105af72..b8324f388b39b6662becbc93a9c236d88d180c99 100644 (file)
@@ -1,3 +1,5 @@
+name: Set variables required for docker build
+
 on:
   workflow_call:
     outputs:
@@ -43,4 +45,4 @@ jobs:
           github.ref_type == 'branch' &&
           github.ref_name == 'development'
         run: |
-          echo "NQPTP_BRANCH=development" >> "$GITHUB_ENV"
\ No newline at end of file
+          echo "NQPTP_BRANCH=development" >> "$GITHUB_ENV"