From 3dc343d0f3cb6d73a337015112821beae684893b Mon Sep 17 00:00:00 2001 From: Fred Rolland Date: Sun, 8 Dec 2024 13:18:31 +0200 Subject: [PATCH] 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 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9ccf564..ec80db1e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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