Skip to content

Commit

Permalink
chore: add nightly cron event
Browse files Browse the repository at this point in the history
  • Loading branch information
rfsbraz committed Nov 8, 2023
1 parent 97c2c83 commit 6ec65d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Create and publish a Docker image

# Configures this workflow to run every time a change is pushed to the branch master.
on:
schedule:
- cron: '0 2 * * *'
push:
branches:
- 'master'
Expand Down

0 comments on commit 6ec65d3

Please sign in to comment.