We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da28aee commit c8e3fcfCopy full SHA for c8e3fcf
.github/workflows/docker.yml
@@ -4,18 +4,19 @@ concurrency:
4
group: ${{ github.workflow }}-${{ github.ref }}
5
cancel-in-progress: true
6
7
-on:
8
- push:
9
- branches:
10
- - master
11
- tags:
12
- - 'v*'
13
- pull_request:
14
15
16
- schedule:
17
- # Rebuild weekly to get latest base image security updates
18
- - cron: '0 2 * * 0'
+# Temporarily disabled
+# on:
+# push:
+# branches:
+# - master
+# tags:
+# - 'v*'
+# pull_request:
+# schedule:
+# # Rebuild weekly to get latest base image security updates
19
+# - cron: '0 2 * * 0'
20
21
permissions:
22
contents: read
0 commit comments