Skip to content

Commit e1fe0ef

Browse files
committed
Revert "TMP OCP Publish"
This reverts commit 017f0fa.
1 parent 017f0fa commit e1fe0ef

6 files changed

Lines changed: 40 additions & 6 deletions

File tree

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ name: "[DOCKER] conversion-webhook"
33
on:
44
push:
55
branches:
6-
- jf/openshift
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"
714
pull_request:
815
branches:
916
- main

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ name: "[DOCKER] landing-page"
33
on:
44
push:
55
branches:
6-
- jf/openshift
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"
715
pull_request:
816
branches:
917
- main

.github/workflows/ci-operator.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ name: "[DOCKER] operator"
33
on:
44
push:
55
branches:
6-
- jf/openshift
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"
714
pull_request:
815
branches:
916
- main

.github/workflows/ci-service.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ name: "[DOCKER] service"
33
on:
44
push:
55
branches:
6-
- jf/openshift
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"
714
pull_request:
815
branches:
916
- main

.github/workflows/ci-wondershaper.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: "[DOCKER] wondershaper"
33
on:
44
push:
55
branches:
6-
- jf/openshift
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"
712
pull_request:
813
branches:
914
- 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-ocp.0-next
26+
VERSION: 1.3.0-next
2727

2828
jobs:
2929
build:

0 commit comments

Comments
 (0)