Skip to content

Commit

Permalink
Build the preview image every morning
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Apr 8, 2024
1 parent 0725726 commit 8aa2b49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and publish

on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 3" # Build the preview image every Wednesday at 03:00
release:
types:
- published
Expand All @@ -10,6 +12,7 @@ on:
- main
- feature/**
paths:
- .github/**
- docker/**
- tests/**

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove-untagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Remove untagged images
on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 1"
- cron: "0 4 * * *" # Every day at 04:00

jobs:
remove-untagged:
Expand Down

0 comments on commit 8aa2b49

Please sign in to comment.