Skip to content

Commit 017f0fa

Browse files
committed
TMP OCP Publish
1 parent af1ed1d commit 017f0fa

6 files changed

Lines changed: 6 additions & 40 deletions

File tree

.github/workflows/ci-conversion-webhook.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ name: "[DOCKER] conversion-webhook"
33
on:
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

.github/workflows/ci-landing-page.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@ name: "[DOCKER] landing-page"
33
on:
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

.github/workflows/ci-operator.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ name: "[DOCKER] operator"
33
on:
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

.github/workflows/ci-service.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ name: "[DOCKER] service"
33
on:
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

.github/workflows/ci-wondershaper.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ name: "[DOCKER] wondershaper"
33
on:
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

.github/workflows/reusable-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
required: true
2424

2525
env:
26-
VERSION: 1.3.0-next
26+
VERSION: 1.3.0-ocp.0-next
2727

2828
jobs:
2929
build:

0 commit comments

Comments
 (0)