Skip to content

Commit 63effa3

Browse files
Update docker-build.yml
1 parent 08b80c3 commit 63effa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build and Push Docker Images
22
on:
33
schedule:
4-
- cron: '0 0 1 *'* # Run monthly on the 1st
5-
workflow_dispatch: # Allow manual triggers
4+
- cron: '0 0 1 * *' # Run monthly on the 1st
5+
workflow_dispatch:
66
env:
77
REGISTRY: ghcr.io
88
IMAGE_NAME: ${{ github.repository }}

0 commit comments

Comments
 (0)