Skip to content

Commit

Permalink
tag should have ghcr.io/
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkemgoknar committed Oct 30, 2023
1 parent 82b744c commit 0ff7776
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-and-push-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:

0 comments on commit 0ff7776

Please sign in to comment.