Actually build images

This commit is contained in:
Peter Cai 2024-02-15 15:23:44 -05:00
parent c63bada170
commit 7756b9804a

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