diff --git a/.github/workflows/build-and-push-to-ghcr.yml b/.github/workflows/build-and-push-to-ghcr.yml index a860705..6688c29 100644 --- a/.github/workflows/build-and-push-to-ghcr.yml +++ b/.github/workflows/build-and-push-to-ghcr.yml @@ -3,8 +3,6 @@ on: push: branches: [main] pull_request: -env: - GITHUB_OAUTH_TOKEN: ${{ secrets.GH_TOKEN }} jobs: build-and-push-to-ghcr: runs-on: ubuntu-22.04 @@ -41,7 +39,6 @@ jobs: push: true # Push if merged cache-from: type=registry,ref=ghcr.io/coqui-ai/xtts-streaming-server:cache-latest cache-to: type=registry,ref=ghcr.io/coqui-ai/xtts-streaming-server:cache-latest - tags: coqui-ai/xtts-streaming-server:latest, coqui-ai/xtts-streaming-server:main-${{ github.sha }} - build-args: | - GITHUB_OAUTH_TOKEN=${{ env.GITHUB_OAUTH_TOKEN }} + tags: ghcr.io/coqui-ai/xtts-streaming-server:latest, ghcr.io/coqui-ai/xtts-streaming-server:main-${{ github.sha }} + #build-args: