Skip to content

Commit c8e3fcf

Browse files
committed
disable docker builds for now
1 parent da28aee commit c8e3fcf

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/docker.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@ concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
66

7-
on:
8-
push:
9-
branches:
10-
- master
11-
tags:
12-
- 'v*'
13-
pull_request:
14-
branches:
15-
- master
16-
schedule:
17-
# Rebuild weekly to get latest base image security updates
18-
- cron: '0 2 * * 0'
7+
# Temporarily disabled
8+
# on:
9+
# push:
10+
# branches:
11+
# - master
12+
# tags:
13+
# - 'v*'
14+
# pull_request:
15+
# branches:
16+
# - master
17+
# schedule:
18+
# # Rebuild weekly to get latest base image security updates
19+
# - cron: '0 2 * * 0'
1920

2021
permissions:
2122
contents: read

0 commit comments

Comments
 (0)