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
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"