From 6d12c4f09e7573cdeff626c2ee4ecba0a9adfad2 Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Thu, 27 May 2021 10:00:54 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d74aef1..7cbfd6b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,8 @@ on: - staging/** - production - production/** + schedule: + - cron: "0 12 * * *" jobs: deploy: @@ -44,4 +46,4 @@ jobs: with: push: true platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 - tags: weejewel/wg-easy:v${{ env.VERSION }}, weejewel/wg-easy:${{ env.DOCKER_TAGS }} \ No newline at end of file + tags: weejewel/wg-easy:v${{ env.VERSION }}, weejewel/wg-easy:${{ env.DOCKER_TAGS }}