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"