Update main.yml

This commit is contained in:
Skillet 2023-03-20 13:52:41 -04:00 committed by GitHub
parent c42fb895f3
commit c932fcf916
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:
@ -33,4 +28,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: "${{ vars.DOCKER_REGISTRY_URL }}/squadjs:latest"
tags: "${{ vars.DOCKER_REGISTRY_URL }}/squadjs:testing"