Update docker.rust.yml
parent
f5d8bc23c1
commit
ed0b2af837
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
|
- '.github/workflows/docker.rust.yml'
|
||||||
- 'crates/**'
|
- 'crates/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -37,7 +38,7 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: recursive
|
||||||
|
|
||||||
# Workaround: https://github.com/docker/build-push-action/issues/461
|
# Workaround: https://github.com/docker/build-push-action/issues/461
|
||||||
- name: Setup Docker buildx
|
- 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
|
COPY --from=builder $TABBY_ROOT $TABBY_ROOT
|
||||||
|
|
||||||
ENTRYPOINT ["/opt/tabby/bin/tabby"]
|
ENTRYPOINT ["/opt/tabby/bin/tabby"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue