Skip to content

Commit 4c2b77d

Browse files
committed
chore(woodpecker): add cron
1 parent 88611e4 commit 4c2b77d

4 files changed

Lines changed: 11 additions & 0 deletions

File tree

.woodpecker/build-linux-buildpacks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ steps:
2626
event:
2727
- push
2828
- tag
29+
- cron
2930

3031
depends_on:
3132
- test-linux

.woodpecker/build-linux-pack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ steps:
2323
event:
2424
- push
2525
- tag
26+
- cron
2627

2728
depends_on:
2829
- test-linux

.woodpecker/manifest-buildpacks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ steps:
1818
event:
1919
- push
2020
- tag
21+
- cron
2122

2223
- name: publish-buildpacks-image
2324
image: bash
@@ -37,6 +38,7 @@ steps:
3738
event:
3839
- push
3940
- tag
41+
- cron
4042

4143
depends_on:
4244
- build-linux-buildpacks

.woodpecker/manifest-pack.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ steps:
1616
- drycc_registry
1717
- container_username
1818
- container_password
19+
when:
20+
event:
21+
- push
22+
- tag
23+
- cron
1924

2025
- name: publish-run-image
2126
image: bash
@@ -35,6 +40,7 @@ steps:
3540
event:
3641
- push
3742
- tag
43+
- cron
3844

3945
- name: publish-build-image
4046
image: bash
@@ -54,6 +60,7 @@ steps:
5460
event:
5561
- push
5662
- tag
63+
- cron
5764

5865
depends_on:
5966
- build-linux-pack

0 commit comments

Comments
 (0)