Skip to content

Commit 138ab6f

Browse files
Update CI workflow to use git rebase and force-push to auto/kustomize-update branch
1 parent 0347a31 commit 138ab6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/kustomize-ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
git add "$FILE"
8888
git commit -m "Update image tag to $IMAGE_TAG in kustomize overlay"
8989
90-
git pull origin feature/kustomize-update --rebase
91-
git push origin HEAD:feature/kustomize-update
90+
git rebase --abort || true
91+
git push origin HEAD:auto/kustomize-update --force-with-lease
92+
9293
9394

0 commit comments

Comments
 (0)