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