Skip to content

Commit

Permalink
chore(CI): Change docker image name to whisperx
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 committed Aug 27, 2023
1 parent ea28255 commit dfe4fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }},ghcr.io/${{ github.repository }}
images: ${{ secrets.DOCKERHUB_USERNAME }}/whisperx,ghcr.io/${{ github.repository_owner }}/whisperx
flavor: |
latest=true
prefix=
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }},ghcr.io/${{ github.repository }}
images: ${{ secrets.DOCKERHUB_USERNAME }}/whisperx,ghcr.io/${{ github.repository_owner }}/whisperx
flavor: |
latest=false
prefix=
Expand Down

0 comments on commit dfe4fcf

Please sign in to comment.