From 61f3ebcee5ba3cad820755532ae22e475065e7b2 Mon Sep 17 00:00:00 2001 From: Skillet Date: Mon, 6 Mar 2023 17:27:25 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b7cf86..843a153 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"