diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 7636146..5516d9a 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -3,15 +3,21 @@ on: push: branches: - main + # Manueel starte workflow_dispatch: - inputs: - force_build: - description: Force new build? - required: false - default: "false" - type: string - schedule: # run daily - - cron: '0 0 * * *' +# on: +# push: +# branches: +# - main +# workflow_dispatch: +# inputs: +# force_build: +# description: Force new build? +# required: false +# default: "false" +# type: string +# schedule: # run daily +# - cron: '0 0 * * *' jobs: init: