修改CICD
build / build-rust (push) Successful in 6m21s
Details
build / build-rust (push) Successful in 6m21s
Details
This commit is contained in:
parent
f90e4048ef
commit
2ac74d5d76
|
@ -47,7 +47,7 @@ jobs:
|
|||
uses: https://gitea.joylink.club/docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
file: ./Dockerfile-manager
|
||||
push: true
|
||||
tags: |
|
||||
gitea.joylink.club/joylink/rtsam:lt
|
||||
|
|
|
@ -13,7 +13,7 @@ RUN cp /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
|||
|
||||
WORKDIR /rtsa
|
||||
COPY ./target/x86_64-unknown-linux-musl/release/manager ./rtsa_m
|
||||
COPY ./conf/* ./conf/
|
||||
COPY ./manager/conf/* ./conf/
|
||||
COPY ./migrations/* ./migrations/
|
||||
|
||||
EXPOSE 8765
|
Loading…
Reference in New Issue