Compare commits

...

2 commits

Author SHA1 Message Date
Peter Cai f66636aa07 element-web: Uprev to v1.11.58
All checks were successful
/ build-image (push) Successful in 1m25s
2024-02-15 15:23:52 -05:00
Peter Cai 7756b9804a Actually build images 2024-02-15 15:23:44 -05:00
2 changed files with 3 additions and 2 deletions

View file

@ -36,5 +36,6 @@ jobs:
ALL_CHANGED_DIRS: ${{ steps.changed-dirs.outputs.all_changed_files }}
run: |
for file in ${ALL_CHANGED_DIRS}; do
echo "sudo -u podman ./build-image.sh ${file}"
echo "---- Building ${file} ----"
sudo -u podman ./build-image.sh ${file}
done

View file

@ -1,4 +1,4 @@
ARG ELEMENT_VER=v1.11.57
ARG ELEMENT_VER=v1.11.58
FROM debian:11 AS builder