Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pluja authored Aug 26, 2023
1 parent be5973b commit 7fb99b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
file: ${{ matrix.directory }}/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ format('{0}/{1}:latest', secrets.DOCKERHUB_USERNAME, matrix.directory) }}
tags: ${{ format('{0}/whishper-{1}:latest', secrets.DOCKERHUB_USERNAME, matrix.directory) }}

0 comments on commit 7fb99b0

Please sign in to comment.