From f975bd452eaf0b20baecc93a7a6c03c1d398c39c Mon Sep 17 00:00:00 2001 From: makaveli10 Date: Wed, 21 Feb 2024 22:49:16 +0530 Subject: [PATCH] change ghcr owner --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9001cdf..5c2fef9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]