change ghcr owner

This commit is contained in:
makaveli10
2024-02-21 22:49:16 +05:30
parent cb963c4834
commit f975bd452e
+2 -3
View File
@@ -4,7 +4,6 @@ on:
push:
branches:
- main
- develop
tags:
- v*
pull_request:
@@ -98,7 +97,7 @@ jobs:
context: .
file: docker/Dockerfile.cpu
push: true
tags: ghcr.io/makaveli10/whisperlive-cpu:latest
tags: ghcr.io/collabora/whisperlive-cpu:latest
build-and-push-docker-gpu:
needs: [run-tests, check-code-format, build-and-push-docker-cpu]
@@ -127,7 +126,7 @@ jobs:
context: .
file: docker/Dockerfile.gpu
push: true
tags: ghcr.io/makaveli10/whisperlive-gpu:latest
tags: ghcr.io/collabora/whisperlive-gpu:latest
publish-to-pypi:
needs: [run-tests, check-code-format]