From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Thu, 8 Jul 2021 18:11:42 +0000 (+0100) Subject: Use github ref 2. X-Git-Tag: 4.1-dev~4^2~66^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15f0bb34dc81d127b0f77df95e37bde6f55908b1;p=thirdparty%2Fshairport-sync.git Use github ref 2. --- diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index d40636a0..f6c2481e 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -20,10 +20,10 @@ jobs: - name: Set SHAIRPORT_SYNC_BRANCH & NQPTP env. run: echo "SHAIRPORT_SYNC_BRANCH=${GITHUB_REF##*/}" >> $GITHUB_ENV - - if: env.SHAIRPORT_SYNC_BRANCH == 'development' + - if: github.ref == 'development' run: echo "NQPTP_BRANCH=development" - - if: env.SHAIRPORT_SYNC_BRANCH != 'development' + - if: github.ref != 'development' run: echo "NQPTP_BRANCH=master" - name: Set up QEMU