Skip to content

Commit bbf6c4d

Browse files
authored
Update staging-release.yml
1 parent 36e986a commit bbf6c4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/staging-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)