File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141 - version
4242 uses : ./.github/workflows/task-docker.yml
4343 with :
44- reponame : git .h2-invent.com/private-docker-registry/livekit-middleware
44+ registry : reg .h2-invent.com
4545 dockerfile_path : ' ./Dockerfile'
4646 directory : ' .'
4747 version : ${{ needs.version.outputs.version }}
48- tags : git .h2-invent.com/public-system-design/lookylooky :${{ needs.version.outputs.version }};git .h2-invent.com/public-system-design/lookylooky :development
48+ tags : reg .h2-invent.com/secure-document-share/core :${{ needs.version.outputs.version }};reg .h2-invent.com/secure-document-share/core :development
4949 secrets :
50- docker_password : ${{ secrets.DOCKER_REGISTRY_TOKEN }}
51- docker_username : ${{ secrets.DOCKER_REGISTRY_USERNAME }}
50+ docker_password : ${{ secrets.HARBOR_PUSH_PASSWORD }}
51+ docker_username : ${{ secrets.HARBOR_PUSH_USERNAME }}
5252
5353 release :
5454 needs :
You can’t perform that action at this time.
0 commit comments