Skip to content

Commit

Permalink
Fix 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 5, 2025
1 parent 156ee1e commit 4f6c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: docker build -t ghcr.io/softcatala/whisper-ctranslate2:latest .

- name: Use Docker image
run: docker run -v "$(pwd)":/srv/files/ rmghcr.io/softcatala/whisper-ctranslate2:latest /srv/files/e2e-tests/gossos.mp3
run: docker run -v "$(pwd)":/srv/files/ ghcr.io/softcatala/whisper-ctranslate2:latest /srv/files/e2e-tests/gossos.mp3


# Step 5: Push the Docker image to GitHub Container Registry
Expand Down

0 comments on commit 4f6c109

Please sign in to comment.