From 27abef9e11d63d0b922083680697334fb0a8ef31 Mon Sep 17 00:00:00 2001 From: Stefan Staude Date: Wed, 18 Sep 2024 16:22:18 +0200 Subject: [PATCH] update gitops action to v6.2 --- .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 70ebbda..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.0 + uses: Staffbase/gitops-github-action@v6.2 with: docker-registry: ${{ inputs.docker-registry }} docker-username: ${{ secrets.docker-username }}