Skip to content

Commit

Permalink
Adding back the scheduled docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Dec 19, 2023
1 parent c033ada commit 5134852
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Prod - CI to Docker Hub

on:
push:
# branches:
# - 'main'
#schedule:
# - cron: '30 5 * * 1,3'
branches:
- 'main'
schedule:
- cron: '30 5 * * 1,3'

jobs:
docker:
Expand Down

0 comments on commit 5134852

Please sign in to comment.