Update build-and-push-images.yml

This commit is contained in:
Shkar T. Noori 2025-03-24 13:17:15 +03:00 committed by GitHub
parent 701fb290c2
commit 18d75e9420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,13 @@ on:
push:
branches: ['main']
# Run manually from the GitHub UI
workflow_dispatch:
# Run automatically on the 1st of every month at 00:00 UTC
schedule:
- cron: '0 0 1 * *'
jobs:
build-and-push-image:
runs-on: ubuntu-latest