Skip to content

Commit 5a9611a

Browse files
Drop paths-ignore from build operator workflow
We build containers and push to registry in post merge workflow. Not building container for each hash can cause issue becuase of missing container tags. Pin-custom-bundle-dockerfile.sh (openstack-operator) can pin to hash for which images are not available.
1 parent 53e91d5 commit 5a9611a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build-mariadb-operator.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@ on:
44
push:
55
branches:
66
- '*'
7-
paths-ignore:
8-
- .gitignore
9-
- .pull_request_pipeline
10-
- changelog.txt
11-
- kuttl-test.yaml
12-
- LICENSE
13-
- Makefile
14-
- OWNERS
15-
- PROJECT
16-
- README.md
17-
- .github/
18-
- build/
19-
- docs/
20-
- tests/
217

228
env:
239
imageregistry: 'quay.io'

0 commit comments

Comments
 (0)