Update main.yml

This commit is contained in:
Skillet 2023-04-08 18:45:12 -04:00 committed by GitHub
parent 1b5417c483
commit 19734b24fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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