Skip to content

Commit

Permalink
Switched to the new default path
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitimmer committed Jan 26, 2023
1 parent c1dfcb4 commit b35038f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/template_gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
- name: GitOps (build, push and deploy a new Docker image)
uses: Staffbase/[email protected]
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 }}
Expand Down

0 comments on commit b35038f

Please sign in to comment.