Skip to content

Commit

Permalink
feat: update build image
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Oct 19, 2024
1 parent efac683 commit 1fca70c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
{
"name": "azure_tts",
"image": "ghcr.io/ten-framework/ten_agent_build:0.1.0",
"image": "ghcr.io/ten-framework/ten_agent_build:0.2.0",
"customizations": {
"vscode": {
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
build_type: [debug, release]
container:
image: ghcr.io/ten-framework/ten_agent_build:bc5e7ac
image: ghcr.io/ten-framework/ten_agent_build:0.2.0
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ out
.gn
.gnfiles
compile_commands.json

lib/libazure_tts.so

0 comments on commit 1fca70c

Please sign in to comment.