Update docker-build.yml

pull/2386/head^2
Chaitanya Rahalkar 1 month ago committed by GitHub
parent 08b80c35be
commit 63effa3ce4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,8 +1,8 @@
name: Build and Push Docker Images
on:
schedule:
- cron: '0 0 1 *'* # Run monthly on the 1st
workflow_dispatch: # Allow manual triggers
- cron: '0 0 1 * *' # Run monthly on the 1st
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

Loading…
Cancel
Save