Update main.yml

This commit is contained in:
Skillet 2023-03-20 13:19:01 -04:00 committed by GitHub
parent 78b4c69e94
commit 04a6e12dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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