修改CICD
build / build-rust (push) Successful in 6m21s Details

This commit is contained in:
soul-walker 2024-10-31 15:56:01 +08:00
parent f90e4048ef
commit 2ac74d5d76
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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