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: push:
branches: branches:
- main - main
- develop
tags: tags:
- v* - v*
pull_request: pull_request:
@@ -98,7 +97,7 @@ jobs:
context: . context: .
file: docker/Dockerfile.cpu file: docker/Dockerfile.cpu
push: true push: true
tags: ghcr.io/makaveli10/whisperlive-cpu:latest tags: ghcr.io/collabora/whisperlive-cpu:latest
build-and-push-docker-gpu: build-and-push-docker-gpu:
needs: [run-tests, check-code-format, build-and-push-docker-cpu] needs: [run-tests, check-code-format, build-and-push-docker-cpu]
@@ -127,7 +126,7 @@ jobs:
context: . context: .
file: docker/Dockerfile.gpu file: docker/Dockerfile.gpu
push: true push: true
tags: ghcr.io/makaveli10/whisperlive-gpu:latest tags: ghcr.io/collabora/whisperlive-gpu:latest
publish-to-pypi: publish-to-pypi:
needs: [run-tests, check-code-format] needs: [run-tests, check-code-format]