1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 13:35:23 +02:00

add wake-lock support and toggle support (#1006)

* add wake-lock support and toggle support

* add note in change-log

* bump dependencies

* update discord webhooks
This commit is contained in:
Hayden 2022-02-26 11:20:49 -09:00 committed by GitHub
parent 1ffd668033
commit faf88ff820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 74 additions and 21 deletions

View file

@ -55,4 +55,4 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_NIGHTLY_WEBHOOK }}
uses: Ilshidur/action-discord@0.3.2
with:
args: "🚀 A New Nighlty Build of Mealie is ready"
args: "🚀 A New build of mealie:api-nightly is available"

View file

@ -48,3 +48,12 @@ jobs:
docker build --push --no-cache \
--tag hkotel/mealie:frontend-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 build of mealie:frontend-nightly is available"