Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 5, 2025
1 parent ecd7ca5 commit 0082e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

# Step 3: Build the Docker image
- name: Build Docker image
run: docker build -t ghcr.io/${{ github.repository_owner }}/whisper-ctranslate2:latest .
run: docker build -t ghcr.io/softcatala/whisper-ctranslate2:latest .

# Step 4: Push the Docker image to GitHub Container Registry
- name: Push Docker image
run: docker push ghcr.io/${{ github.repository_owner }}/whisper-ctranslate2:latest
run: docker push ghcr.io/softcatala/whisper-ctranslate2:latest

0 comments on commit 0082e30

Please sign in to comment.