From 26881e7825cf3b0c3f749daf4c5b9574ebac9664 Mon Sep 17 00:00:00 2001 From: Hottram <152703731+Hottram@users.noreply.github.com> Date: Thu, 24 Oct 2024 08:59:14 +0100 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3f1ee2d..57ebdce 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -7,13 +7,13 @@ name: Publish Docker Image # separate terms of service, privacy policy, and support # documentation. -on: - schedule: - - cron: '21 5 */5 * *' - push: - branches: [ master ] - # Publish semver tags as releases. - tags: [ 'v*.*.*' ] +#on: +# schedule: +# - cron: '21 5 */5 * *' +# push: +# branches: [ master ] +# # Publish semver tags as releases. +# tags: [ 'v*.*.*' ] env: REGISTRY: ghcr.io