Skip to content

Commit

Permalink
Update docker-snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emre-f authored Jan 27, 2022
1 parent 3cb4692 commit 6b36162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Daily Docker Snapshot
on:
schedule: #to be pushed daily, at 07:00 PM (19:00)
- cron: '* 19 * * *'
- cron: '* 19 * * *' #NOTE: Only works if the workflow file is present in the default branch
jobs:
Pushing-Docker-Image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6b36162

Please sign in to comment.