Browse Source

Update docker-build.yml

Chaitanya Rahalkar 1 year ago
parent
commit
63effa3ce4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/docker-build.yml

+ 2 - 2
.github/workflows/docker-build.yml

@@ -1,8 +1,8 @@
 name: Build and Push Docker Images
 on:
   schedule:
-    - cron: '0 0 1 *'*  # Run monthly on the 1st
-  workflow_dispatch:  # Allow manual triggers
+    - cron: '0 0 1 * *'  # Run monthly on the 1st
+  workflow_dispatch:
 env:
   REGISTRY: ghcr.io
   IMAGE_NAME: ${{ github.repository }}