Adding Additional Workflows and Actions (#397)
* Cleaning and adding to workflows - Renamed some workflows to better describe it's purpose. - Added steps for autobump - Added steps for sentry maps - Manually pushing sentry map workflow to git initially so it exists already for the workflow-dispatch trigger. Will need to add another commit to revert workflow back to only trigger on dispatch. * Fixing and cleaning workflow - Removed unused discord workflow - Changed sentry map workflow to differentiate between another workflow. - Changed name of new renamed sentry workflow in dispatches. * Updating sentry workflow with dispatch trigger * fixing webui path issue for docker builds
This commit is contained in:
parent
2a34fe4cc7
commit
b5f92d46a9
8 changed files with 115 additions and 105 deletions
|
|
@ -8,7 +8,7 @@ ARG TARGETPLATFORM
|
|||
#Move the output files to where they need to be
|
||||
RUN mkdir /files
|
||||
COPY _output/*.tar.gz /files/
|
||||
COPY Kavita-webui/dist /files/wwwroot
|
||||
COPY UI/Web/dist /files/wwwroot
|
||||
COPY copy_runtime.sh /copy_runtime.sh
|
||||
RUN /copy_runtime.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue