diff options
Diffstat (limited to '.github/workflows/mxe-dockerimage-stage1.yml')
-rw-r--r-- | .github/workflows/mxe-dockerimage-stage1.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/mxe-dockerimage-stage1.yml b/.github/workflows/mxe-dockerimage-stage1.yml index 0f6743d5f..1d4859364 100644 --- a/.github/workflows/mxe-dockerimage-stage1.yml +++ b/.github/workflows/mxe-dockerimage-stage1.yml @@ -28,6 +28,7 @@ jobs: s=".stage1" b=${{ github.ref }} # -BRANCH suffix, unless the branch is master b=${b/refs\/heads\//} + b=${b,,} # the name needs to be all lower case if [ $b = "master" ] ; then b="" ; else b="-$b" ; fi echo "::set-env name=NAME::subsurface/mxe-build-container${b}:${v}${s}" |