Skip to content

Commit

Permalink
bug: add bundle.Dockerfile to CI PR (#1210)
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.
  • Loading branch information
rollandf authored Dec 9, 2024
2 parents ede829a + 3dc343d commit 13176ba
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 13176ba

Please sign in to comment.