Skip to content

Commit

Permalink
Auth to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemclaren committed Jul 3, 2024
1 parent abc78cd commit 281cbaf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
with:
install-cuda: false
cog-version: v0.9.12
- run: cog push ghcr.io/fly-apps/cog-whisper:latest --use-cuda-base-image false
- run: |
cog push ghcr.io/fly-apps/cog-whisper:latest --use-cuda-base-image false
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 281cbaf

Please sign in to comment.