Skip to content

Commit

Permalink
Do no promote latest Dockerhub images every Monday (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Nov 28, 2024
1 parent c32456a commit 87e8136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish latest images to Docker Hub

on:
workflow_dispatch:
schedule:
- cron: "0 10 * * MON"
# schedule:
# - cron: "0 10 * * MON"

jobs:
# Sync the 'latest' tag from GAR to Docker Hub
Expand Down

0 comments on commit 87e8136

Please sign in to comment.