Compare commits

..

No commits in common. "f66636aa07a8562c92b6394a036ccbcac2a877f3" and "c63bada17066cfed7b2268b24da5a9d5bcacd27b" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

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

View file

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