Skip to content

Commit

Permalink
.github: build base images for all configured repos
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
  • Loading branch information
metux committed Sep 7, 2023
1 parent 48872e3 commit ee33494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee33494

Please sign in to comment.