Skip to content

Commit 18d75e9

Browse files
authored
Update build-and-push-images.yml
1 parent 701fb29 commit 18d75e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-and-push-images.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ on:
55
push:
66
branches: ['main']
77

8+
# Run manually from the GitHub UI
9+
workflow_dispatch:
10+
11+
# Run automatically on the 1st of every month at 00:00 UTC
12+
schedule:
13+
- cron: '0 0 1 * *'
14+
815
jobs:
916
build-and-push-image:
1017
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)