Skip to content

Commit d48d8b6

Browse files
authored
Removed schedule to build image every week
1 parent a7df92c commit d48d8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
paths:
88
- 'Dockerfile'
99
- '.github/workflows/publish-docker-image.yml'
10-
schedule:
10+
# schedule:
1111
# Monday at 3:00 AM UTC
12-
- cron: '0 3 * * 1'
12+
# - cron: '0 3 * * 1'
1313

1414
jobs:
1515
build-and-publish-latest:

0 commit comments

Comments
 (0)