diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 5d9c104..e2cb403 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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) }}