Skip to content

Commit

Permalink
keeps the cache warm
Browse files Browse the repository at this point in the history
  • Loading branch information
simonneutert committed Sep 25, 2024
1 parent 67ad557 commit 90569fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Docker buildx

on:
schedule:
- cron: "0 19 1 * *"
- cron: "0 19 * * 0"
push:
branches: ["main"]
# Publish semver tags as releases.
Expand All @@ -24,7 +24,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 120
timeout-minutes: 240
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 90569fe

Please sign in to comment.