Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
update docoker image when new commits pushed to released branch (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
jievince authored Nov 30, 2020
1 parent eb101e0 commit 5caeb34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: docker

on:
push:
branches:
- 'v[0-9]+.*'
schedule:
- cron: '0 18 * * *'

Expand Down

0 comments on commit 5caeb34

Please sign in to comment.