Skip to content

Commit 5717b9b

Browse files
committed
Fix Publish image CI workflow
1 parent 5bf2096 commit 5717b9b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/images-publish.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ on:
1111
push:
1212
tags: ["v*.*.*"]
1313
schedule:
14-
- cron: "30 4 * * *"
14+
- cron: "30 * * * *"
15+
16+
permissions:
17+
attestations: write
18+
packages: write
1519

1620
jobs:
1721
publish-standalone:

0 commit comments

Comments
 (0)