Skip to content

Commit 3dc343d

Browse files
committed
bug: add bundle.Dockerfile to CI PR
When creating the CI PR with updates to OCP bundle, the `bundle.Dockerfile` should be also commited. Signed-off-by: Fred Rolland <[email protected]>
1 parent ede829a commit 3dc343d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ jobs:
147147
git checkout -b $FEATURE_BRANCH
148148
git status
149149
git add bundle
150+
git add bundle.Dockerfile
150151
git commit -sm "task: update bundle to $VERSION_WITH_PREFIX"
151152
152153
git push -u origin $FEATURE_BRANCH

0 commit comments

Comments
 (0)