That was a long sequence of '...' commit message. That last fix should make it build.
--- a/.github/workflows/build_bundles.yml Fri May 20 18:50:40 2022 +0200
+++ b/.github/workflows/build_bundles.yml Sat May 21 08:36:14 2022 +0200
@@ -48,7 +48,7 @@
touch build/sources/beremiz_src
touch build/sources/matiec_src
touch build/sources/canfestival_src
- touch build/sources/own_sources
+ touch build/own_sources
cat >> build/revisions.txt <<EOF
beremiz_public_dist ${{ github.sha }}
beremiz ${{ env.beremiz_revisionid }}
--- a/Dockerfile Fri May 20 18:50:40 2022 +0200
+++ b/Dockerfile Sat May 21 08:36:14 2022 +0200
@@ -22,7 +22,7 @@
# easy to remember 'build' alias to invoke main makefile
ARG OWNDIRBASENAME=beremiz_public_dist
ENV OWNDIRBASENAME ${OWNDIRBASENAME}
-RUN /bin/echo -e '#!/bin/bash\necho XXXX $*\nmake -f /home/'$UNAME'/src/'$OWNDIRBASENAME'/Makefile $*' > /usr/local/bin/build
+RUN /bin/echo -e '#!/bin/bash\nmake -f /home/'$UNAME'/src/'$OWNDIRBASENAME'/Makefile $*' > /usr/local/bin/build
RUN chmod +x /usr/local/bin/build
USER $UNAME