From ff2d8562d5cebc4ac35b83f0b5f06ee6f8557e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 1 Jul 2026 09:27:23 +0200 Subject: [PATCH] Update GitOps action to version 8.0.1 --- .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 b1fe8a0b..42faada5 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -138,7 +138,7 @@ jobs: - name: GitOps (build, push and deploy a new Docker image) id: gitops - uses: Staffbase/gitops-github-action@2ac9c02df157d909c62470ad1dfb7aa2c319df62 # v8.0.0 + uses: Staffbase/gitops-github-action@6bfcdaa9b13b7e23c9b21e67a150e2cda8d92fe1 # v8.0.1 with: docker-registry: ${{ inputs.docker-registry }} docker-username: ${{ secrets.docker-username }}