diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index 920f927..b1188e8 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v4 - name: GitOps (build, push and deploy a new Docker image) - uses: Staffbase/gitops-github-action@v5.2 + uses: Staffbase/gitops-github-action@v5.3 with: docker-username: ${{ secrets.docker-username }} docker-password: ${{ secrets.docker-password }}