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 name: Build and Push Docker Images
on: on:
schedule: schedule:
- cron: '0 0 1 *'* # Run monthly on the 1st - cron: '0 0 1 * *' # Run monthly on the 1st
workflow_dispatch: # Allow manual triggers workflow_dispatch:
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }} IMAGE_NAME: ${{ github.repository }}

Loading…
Cancel
Save