This commit is contained in:
qiaofeng1227 2023-09-19 19:16:57 +08:00
parent e6242baf1b
commit 4bc5078557
2 changed files with 1 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
- uses: mr-smithers-excellent/docker-build-push@v5
name: Build & push Docker image
with:
image: websoft9dev/git
image: websoft9dev/w9apphub
tags: ${{ env.VERSION }}
addLatest: True
registry: docker.io

View file

@ -24,7 +24,6 @@ COPY --from=buildstage /media/data ./media
COPY --from=buildstage /library ./library
COPY --from=buildstage /websoft9/appmanage_new ./apphub
RUN apt update && apt install git jq -y && \
mkdir credentials && \
echo "This folder stored the credentials of other services that integrated with apphub" > credentials/readme