Skip to content

Commit

Permalink
build(debian): trixie
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Mar 14, 2024
1 parent 3143282 commit a8946b7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/update-yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ for series ver (${(kv)ver_map}) {
# args.push()
args+=(
--expression
"1a\on: { \"schedule\": [{ \"cron\": '$cron' }] }"
"1a\on: { \"schedule\": [{ \"cron\": \"$cron\" }] }"
)
}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/10-buster.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build & push (Debian-Buster, 10)
on: { "schedule": [{ "cron": '10 10 10 6 *' }] }
on: { "schedule": [{ "cron": "10 10 10 6 *" }] }

env:
DEBIAN_FRONTEND: noninteractive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/11-bullseye.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build & push (Debian-Bullseye, 11)
on: { "schedule": [{ "cron": '11 11 11 * *' }] }
on: { "schedule": [{ "cron": "11 11 11 * *" }] }

env:
DEBIAN_FRONTEND: noninteractive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/12-bookworm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build & push (Debian-Bookworm, 12)
on: { "schedule": [{ "cron": '12 12 12,24 * *' }] }
on: { "schedule": [{ "cron": "12 12 12,24 * *" }] }

env:
DEBIAN_FRONTEND: noninteractive
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/13-trixie.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: build & push (Debian-Trixie, 13)
on: { "schedule": [{ "cron": '13 13 */13 * *' }] }
on: push
# on: { "schedule": [{ "cron": "13 13 */13 * *" }] }

env:
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit a8946b7

Please sign in to comment.