mirror of
https://github.com/ditkrg/db-backup-s3.git
synced 2026-01-22 22:06:45 +00:00
Update build-and-push-images.yml
This commit is contained in:
parent
701fb290c2
commit
18d75e9420
7
.github/workflows/build-and-push-images.yml
vendored
7
.github/workflows/build-and-push-images.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user