File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,7 @@ name: "[DOCKER] conversion-webhook"
33on :
44 push :
55 branches :
6- - main
7- paths :
8- - " java/common/**"
9- - " java/conversion/**"
10- - " dockerfiles/conversion-webhook/**"
11- # Publish when a workflow has changed (this is needed to detect version updates)
12- - " .github/workflows/ci-conversion-webhook.yml"
13- - " .github/workflows/reusable-docker.yml"
6+ - jf/openshift
147 pull_request :
158 branches :
169 - main
Original file line number Diff line number Diff line change @@ -3,15 +3,7 @@ name: "[DOCKER] landing-page"
33on :
44 push :
55 branches :
6- - main
7- paths :
8- - " node/package-lock.json"
9- - " node/common/**"
10- - " node/landing-page/**"
11- - " dockerfiles/landing-page/**"
12- # Publish when a workflow has changed (this is needed to detect version updates)
13- - " .github/workflows/ci-landing-page.yml"
14- - " .github/workflows/reusable-docker.yml"
6+ - jf/openshift
157 pull_request :
168 branches :
179 - main
Original file line number Diff line number Diff line change @@ -3,14 +3,7 @@ name: "[DOCKER] operator"
33on :
44 push :
55 branches :
6- - main
7- paths :
8- - " java/common/**"
9- - " java/operator/**"
10- - " dockerfiles/operator/**"
11- # Publish when a workflow has changed (this is needed to detect version updates)
12- - " .github/workflows/ci-operator.yml"
13- - " .github/workflows/reusable-docker.yml"
6+ - jf/openshift
147 pull_request :
158 branches :
169 - main
Original file line number Diff line number Diff line change @@ -3,14 +3,7 @@ name: "[DOCKER] service"
33on :
44 push :
55 branches :
6- - main
7- paths :
8- - " java/common/**"
9- - " java/service/**"
10- - " dockerfiles/service/**"
11- # Publish when a workflow has changed (this is needed to detect version updates)
12- - " .github/workflows/ci-service.yml"
13- - " .github/workflows/reusable-docker.yml"
6+ - jf/openshift
147 pull_request :
158 branches :
169 - main
Original file line number Diff line number Diff line change @@ -3,12 +3,7 @@ name: "[DOCKER] wondershaper"
33on :
44 push :
55 branches :
6- - main
7- paths :
8- - " dockerfiles/wondershaper/**"
9- # Publish when a workflow has changed (this is needed to detect version updates)
10- - " .github/workflows/ci-wondershaper.yml"
11- - " .github/workflows/reusable-docker.yml"
6+ - jf/openshift
127 pull_request :
138 branches :
149 - main
Original file line number Diff line number Diff line change 2323 required : true
2424
2525env :
26- VERSION : 1.3.0-next
26+ VERSION : 1.3.0-ocp.0- next
2727
2828jobs :
2929 build :
You can’t perform that action at this time.
0 commit comments