Skip to content

Commit

Permalink
Make CI build all images
Browse files Browse the repository at this point in the history
To ensure they all continue to build and remain of reasonable size.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
  • Loading branch information
ericcurtin committed Feb 16, 2025
1 parent 001d7ab commit c700f13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
pull_request:
paths:
- "**/container-images/**"
- ".github/workflows/ci-images.yml"
push:
branches:
- main
paths:
- "**/container-images/**"
- ".github/workflows/ci-images.yml"

jobs:
build:
Expand Down Expand Up @@ -69,4 +71,4 @@ jobs:
- name: Build Images
run: |
make build-rm
./container_build.sh -r build

0 comments on commit c700f13

Please sign in to comment.