From 4e825e4fcfa9099bd288dffd0f46c6dd9d71879c Mon Sep 17 00:00:00 2001 From: Michael Edgar Date: Mon, 14 Oct 2024 12:31:07 -0400 Subject: [PATCH] Remove image update from release process Signed-off-by: Michael Edgar --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41bea09..a15417e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,9 +66,3 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} milestone-title: ${{ steps.metadata.outputs.current-version }} - - - name: Image Update - uses: renovatebot/github-action@v40.3.1 - with: - configurationFile: .github/gitops-config.json - token: ${{ secrets.RELEASE_TOKEN }}