From a867ac47020fad13198291ea92c787e70e057e46 Mon Sep 17 00:00:00 2001 From: Falk Puschner Date: Fri, 18 Oct 2024 08:53:04 +0200 Subject: [PATCH] Revert "chore(deps): bump Staffbase/gitops-github-action from 6.2 to 6.3 (#287)" This reverts commit d2799af17aa223c229ae804c93b2fab106be6603. --- .github/workflows/template_gitops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index 8cf789d..9260c7d 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -104,7 +104,7 @@ jobs: owner: ${{inputs.gitops-organization }} - name: GitOps (build, push and deploy a new Docker image) - uses: Staffbase/gitops-github-action@v6.3 + uses: Staffbase/gitops-github-action@v6.2 with: docker-registry: ${{ inputs.docker-registry }} docker-username: ${{ secrets.docker-username }}