From 4cf2986f5dbc5dd266fa2be6c289a2b7beec507a Mon Sep 17 00:00:00 2001 From: Michael Edgar Date: Mon, 14 Oct 2024 12:38:34 -0400 Subject: [PATCH] Remove image update from release process (#84) 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 }}