From 133c0469ec57edb1c80bb3f77c1dc0a39465b19a Mon Sep 17 00:00:00 2001 From: Tim Dittler Date: Wed, 27 Nov 2024 14:18:54 +0100 Subject: [PATCH] Update to latest state of gitops-github-action --- .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 51b5ad8..bed21cc 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -113,7 +113,7 @@ jobs: - name: GitOps (build, push and deploy a new Docker image) id: gitops - uses: Staffbase/gitops-github-action@v6.3.3 + uses: Staffbase/gitops-github-action@main with: docker-registry: ${{ inputs.docker-registry }} docker-username: ${{ secrets.docker-username }}