Skip to content

Commit a6f2a79

Browse files
authored
add comment about nightly builds
1 parent f743c1a commit a6f2a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: docker
22

33
on:
44
schedule:
5-
- cron: '19 17 * * *'
5+
- cron: '19 17 * * *' # Nightly builds capture upstream updates to dependency images such as node.
66
push:
77
branches: [ master ]
88
tags: [ '*.*.*' ]

0 commit comments

Comments
 (0)