Update .gitea/workflows/build-image.yml
This commit is contained in:
		@@ -1,8 +1,10 @@
 | 
			
		||||
name: Image Build
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  schedule:
 | 
			
		||||
    - cron: '0 0 * * *' # run daily
 | 
			
		||||
on: [push]
 | 
			
		||||
 | 
			
		||||
# on:
 | 
			
		||||
  # schedule:
 | 
			
		||||
  #   - cron: '0 0 * * *' # run daily
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  init:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user