Skip to content

Commit 0ab42bb

Browse files
committed
Fix Publish image CI workflow
1 parent 5bf2096 commit 0ab42bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/images-publish.yaml

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

1621
jobs:
1722
publish-standalone:

0 commit comments

Comments
 (0)