diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index 40b92d9..df3618c 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -6,7 +6,7 @@ on: docker-registry: required: false type: string - default: "staffbase.jfrog.io" + default: "registry.staffbase.com" docker-build-args: required: false type: string @@ -104,7 +104,7 @@ jobs: owner: ${{inputs.gitops-organization }} - name: GitOps (build, push and deploy a new Docker image) - uses: Staffbase/gitops-github-action@v5.6 + uses: Staffbase/gitops-github-action@v6.0 with: docker-registry: ${{ inputs.docker-registry }} docker-username: ${{ secrets.docker-username }}