diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index ef9c6e6..6e41047 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -40,6 +40,9 @@ jobs: # run the actual builders + - name: Build all base images + run: find cf/repos/ -name "*.yml" -exec "./repo-build-baseimage" "{}" ";" + - name: Run builders run: | for scr in ./build.* ; do