mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
Bug/error relating units foods (#987)
* fix type guard * update typing * rearrange methods * spelling * fix unknown error response * update type check for none types * add discord notification
This commit is contained in:
parent
5310a94478
commit
a897e180ed
5 changed files with 38 additions and 21 deletions
9
.github/workflows/backend-docker-nightly.yml
vendored
9
.github/workflows/backend-docker-nightly.yml
vendored
|
@ -47,3 +47,12 @@ jobs:
|
|||
docker build --push --no-cache \
|
||||
--tag hkotel/mealie:api-nightly \
|
||||
--platform linux/amd64,linux/arm64 .
|
||||
#
|
||||
# Build Discord Notification
|
||||
#
|
||||
- name: Discord notification
|
||||
env:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_NIGHTLY_WEBHOOK }}
|
||||
uses: Ilshidur/action-discord@0.3.2
|
||||
with:
|
||||
args: "🚀 A New Nighlty Build of Mealie is ready"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue