Skip to content

Commit

Permalink
feat: update image
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Oct 8, 2024
1 parent c0bfc9f commit 0ec2d31
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@ on:
- "!.github/workflows/ci.yml"
- "**.md"
pull_request:
paths-ignore:
- ".vscode/**"
- ".devcontainer/**"
- ".github/**"
- "!.github/workflows/ci.yml"
- "**.md"

jobs:
ci:
runs-on: ubuntu-latest
container:
image: ghcr.io/ten-framework/astra_agents_build:0.5.2
image: ghcr.io/ten-framework/ten_agent_build:0.1.0
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0ec2d31

Please sign in to comment.