Skip to content

Commit 87e8136

Browse files
Do no promote latest Dockerhub images every Monday (#1467)
1 parent c32456a commit 87e8136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerhub-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish latest images to Docker Hub
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: "0 10 * * MON"
5+
# schedule:
6+
# - cron: "0 10 * * MON"
77

88
jobs:
99
# Sync the 'latest' tag from GAR to Docker Hub

0 commit comments

Comments
 (0)