Feature/docker stable setup (#296)
* Added stable docker workflow * Changed webui pull to develop
This commit is contained in:
parent
b61da7eb08
commit
4ae9f078b0
2 changed files with 65 additions and 2 deletions
4
.github/workflows/nightly-docker.yml
vendored
4
.github/workflows/nightly-docker.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: Kareadita/Kavita-webui
|
||||
ref: feature/sentry-release
|
||||
ref: develop
|
||||
path: Kavita-webui/
|
||||
|
||||
- name: NodeJS to Compile WebUI
|
||||
|
|
@ -69,4 +69,4 @@ jobs:
|
|||
description:
|
||||
details: 'https://hub.docker.com/r/kizaing/kavita/tags?page=1&ordering=last_updated'
|
||||
text: A new nightly build has been released for docker.
|
||||
webhookUrl: ${{ secrets.DISCORD_DOCKER_UPDATE_URL }}
|
||||
webhookUrl: ${{ secrets.DISCORD_DOCKER_UPDATE_URL }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue