We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a94b1 commit eeff251Copy full SHA for eeff251
.github/workflows/gatus-docker-publish.yml
@@ -1,14 +1,13 @@
1
name: Build and publish Gatus docker image
2
3
-on:
4
- push:
5
- paths:
6
- - 'gatus/**'
7
- branches:
8
- - main
9
-
10
- schedule:
11
- - cron: 0 1 1 * * # At 1am on the first of the month
+#on:
+ #push:
+ #paths:
+ #- 'gatus/**'
+ #branches:
+ #- main
+ #schedule:
+ #- cron: 0 1 1 * * # At 1am on the first of the month
12
13
jobs:
14
build-and-push:
0 commit comments