Update main.yml

This commit is contained in:
Skillet 2023-03-25 12:01:22 -04:00 committed by GitHub
parent c82654cd40
commit f717eb9638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,11 @@ name: Docker Image CI
on: on:
workflow_dispatch: workflow_dispatch:
schedule:
- cron: '45 18 * * *'
push:
branches:
- Development
jobs: jobs:
@ -28,4 +33,4 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: "${{ vars.DOCKER_REGISTRY_URL }}/squadjs:testing" tags: "${{ vars.DOCKER_REGISTRY_URL }}/squadjs:latest"