Skip to content

Commit

Permalink
feature: docker-hub buidl via cron shedule
Browse files Browse the repository at this point in the history
  • Loading branch information
askonev committed Dec 8, 2023
1 parent bfe255b commit 854ef3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-hub-push.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: docker-hub-push
on:
push:
branches:
- 'master'
schedule:
# UTC by Moscow 9 am
- cron: '0 6 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 854ef3b

Please sign in to comment.