From 04a6e12dc6f1ea1c3a41b492140e34ef92f6bcd3 Mon Sep 17 00:00:00 2001 From: Skillet Date: Mon, 20 Mar 2023 13:19:01 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 843a153..7b7cf86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,6 +2,11 @@ name: Docker Image CI on: workflow_dispatch: + schedule: + - cron: '45 18 * * *' + push: + branches: + - Development jobs: @@ -28,4 +33,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: "${{ vars.DOCKER_REGISTRY_URL }}/squadjs:testing" + tags: "${{ vars.DOCKER_REGISTRY_URL }}/squadjs:latest"