aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/mxe-dockerimage-stage2.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mxe-dockerimage-stage2.yml')
-rw-r--r--.github/workflows/mxe-dockerimage-stage2.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/mxe-dockerimage-stage2.yml b/.github/workflows/mxe-dockerimage-stage2.yml
index d1d640975..5e56f68cd 100644
--- a/.github/workflows/mxe-dockerimage-stage2.yml
+++ b/.github/workflows/mxe-dockerimage-stage2.yml
@@ -23,6 +23,7 @@ jobs:
s=".stage1"
b=${{ github.event.client_payload.target_branc }} # -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=VERSION::${v}${s}"
echo "::set-env name=NAME::subsurface/mxe-build-container${b}:${v}"