Skip to content

Commit

Permalink
adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
cociweb committed Jan 25, 2024
1 parent 9ff47ad commit 7eb9be3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/addon.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Add-on
name: Build and Publish Add-on

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/standalone.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Standalone
name: Build and Publish Standalone

on:
push:
Expand Down
1 change: 1 addition & 0 deletions custom_whisper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ COPY rootfs /
WORKDIR /usr/local/lib/python3.11/dist-packages/wyoming_faster_whisper/
COPY replacables/download.py ./
COPY replacables/__main__.py ./
COPY replacables/handler.py ./

LABEL org.opencontainers.image.source https://github.com/cociweb/custom_whisper

Expand Down

0 comments on commit 7eb9be3

Please sign in to comment.