Skip to content

Commit

Permalink
bug: add bundle.Dockerfile to CI PR
Browse files Browse the repository at this point in the history
When creating the CI PR with updates to OCP bundle,
the `bundle.Dockerfile` should be also commited.

Signed-off-by: Fred Rolland <[email protected]>
  • Loading branch information
rollandf committed Dec 8, 2024
1 parent ede829a commit 3dc343d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
git checkout -b $FEATURE_BRANCH
git status
git add bundle
git add bundle.Dockerfile
git commit -sm "task: update bundle to $VERSION_WITH_PREFIX"
git push -u origin $FEATURE_BRANCH
Expand Down

0 comments on commit 3dc343d

Please sign in to comment.