Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 06ac33c

Browse files
committed
Change to image publish on release
We need a bit more control then just shipping weekly, at least for now The Sync job could run weekly though
1 parent 20867f2 commit 06ac33c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/image-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish Docker Image
22
on:
3-
schedule:
4-
# Once weekly on Fridays at noon
5-
- cron: "00 12 * * 5"
3+
release:
4+
types:
5+
- published
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)