Skip to content

Commit

Permalink
Merge pull request #71 from nicdard/feat/docker-schedule
Browse files Browse the repository at this point in the history
feat: build Docker image every day once
  • Loading branch information
nicdard authored Jul 15, 2022
2 parents 2607f93 + 5e3232d commit 60317cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish_docker_ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

name: Publish Docker image

on: workflow_dispatch
on:
workflow_dispatch:
schedule:
- cron: '14 3 * * *'

jobs:
push_to_registry:
Expand Down

0 comments on commit 60317cd

Please sign in to comment.