mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
apphub
This commit is contained in:
parent
e6242baf1b
commit
4bc5078557
2
.github/workflows/build_apphub.yml
vendored
2
.github/workflows/build_apphub.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user