We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f743c1a commit a6f2a79Copy full SHA for a6f2a79
.github/workflows/docker-publish.yml
@@ -2,7 +2,7 @@ name: docker
2
3
on:
4
schedule:
5
- - cron: '19 17 * * *'
+ - cron: '19 17 * * *' # Nightly builds capture upstream updates to dependency images such as node.
6
push:
7
branches: [ master ]
8
tags: [ '*.*.*' ]
0 commit comments