Update docker.rust.yml

add-tracing
Meng Zhang 2023-05-25 18:56:23 -07:00
parent f5d8bc23c1
commit ed0b2af837
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,7 @@ on:
push:
branches: [ "main" ]
paths:
- '.github/workflows/docker.rust.yml'
- 'crates/**'
jobs:
@ -37,7 +38,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true
submodules: recursive
# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx

View File

@ -76,4 +76,3 @@ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TABBY_ROOT/lib
COPY --from=builder $TABBY_ROOT $TABBY_ROOT
ENTRYPOINT ["/opt/tabby/bin/tabby"]