From b35038ff341419fc85141feff2a87a834a3e6e0d Mon Sep 17 00:00:00 2001 From: Kai Timmer Date: Thu, 26 Jan 2023 11:22:01 +0100 Subject: [PATCH] Switched to the new default path --- .github/workflows/template_gitops.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index 263c3513..ff14e23e 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -12,7 +12,7 @@ on: docker-image: required: false type: string - default: private/${{ github.event.repository.name }} + default: sb-images/${{ github.event.repository.name }} gitops-dev: required: false type: string @@ -51,8 +51,8 @@ jobs: - name: GitOps (build, push and deploy a new Docker image) uses: Staffbase/gitops-github-action@v4.1 with: - docker-username: ${{ secrets.ARTIFACTROY_USERNAME }} - docker-password: ${{ secrets.ARTIFACTORY_PASSWORD }} + docker-username: ${{ secrets.docker-username }} + docker-password: ${{ secrets.docker-password }} # remove npm token, goproxy, gonosumdb if feature is available: https://github.com/github-community/community/discussions/17554 docker-build-args: | ${{ inputs.docker-build-args }}