Update docker.rust.yml
parent
f5d8bc23c1
commit
ed0b2af837
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue