Skip to content

Commit

Permalink
[release-0.15] RESOURCEを0.15.0に (#1024)
Browse files Browse the repository at this point in the history
リソースを0.15.0に
  • Loading branch information
Hiroshiba committed Jan 21, 2024
1 parent e9d805b commit cf014df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
PYTHON_VERSION: "3.11.3"
VOICEVOX_RESOURCE_VERSION: "0.14.5"
VOICEVOX_RESOURCE_VERSION: "0.15.0"
VOICEVOX_CORE_VERSION: "0.14.6"

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

env:
PYTHON_VERSION: "3.11.3"
VOICEVOX_RESOURCE_VERSION: "0.14.5"
VOICEVOX_RESOURCE_VERSION: "0.15.0"
VOICEVOX_CORE_VERSION: "0.14.6"

defaults:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ RUN <<EOF
EOF

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.14.5
ARG VOICEVOX_RESOURCE_VERSION=0.15.0
RUN <<EOF
set -eux

Expand Down

0 comments on commit cf014df

Please sign in to comment.