Skip to content

Commit 3e2ee95

Browse files
committed
Fix yaml
1 parent 64ebcb3 commit 3e2ee95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/container-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Container Release
2+
on:
23
# schedule:
34
# - cron: "19 19 * * 0" # 19:19 UTC every Sunday
45
push:
@@ -10,7 +11,7 @@ name: Container Release
1011
publish:
1112
description: "Publish to the container registry"
1213
required: true
13-
default: true
14+
default: false
1415
type: boolean
1516

1617
env:

0 commit comments

Comments
 (0)