We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601902c commit 97a61e9Copy full SHA for 97a61e9
1 file changed
.github/workflows/publish-container.yml
@@ -1,9 +1,9 @@
1
name: Publish Docker image
2
3
on:
4
- schedule:
5
- # At the end of every day
6
- - cron: '0 0 * * *'
+ # schedule:
+ # # At the end of every day
+ # - cron: '0 0 * * *'
7
workflow_dispatch:
8
# inputs:
9
# run:
0 commit comments