From 5e64e8f7b19e13cf0c9094ae200a01ead7e6af56 Mon Sep 17 00:00:00 2001 From: Kubeshop <174873053+ed382@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:20:17 +0100 Subject: [PATCH] fix: use force push --- .github/workflows/update-image-inventory.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-image-inventory.yaml b/.github/workflows/update-image-inventory.yaml index b162cda3..de558296 100644 --- a/.github/workflows/update-image-inventory.yaml +++ b/.github/workflows/update-image-inventory.yaml @@ -41,3 +41,4 @@ jobs: commit_message: "docs: upate image inventory" branch: update-image-inventory create_branch: true + push_options: '--force'