Skip to content

Commit

Permalink
Merge pull request #272 from Staffbase/dia-3614-replace-artifactory-w…
Browse files Browse the repository at this point in the history
…ith-harbor

DIA-3614: Replace Artifactory with Harbor
  • Loading branch information
ricoberger authored Jul 25, 2024
2 parents d35c331 + 5c4fa64 commit 01a347f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template_gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 01a347f

Please sign in to comment.