Skip to content

Commit 3a7743f

Browse files
committed
chore(woodpecker): add cron event
1 parent d34a9bf commit 3a7743f

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.woodpecker/build-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ steps:
2929
event:
3030
- push
3131
- tag
32+
- cron
3233

3334
depends_on:
3435
- test-linux

.woodpecker/chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ steps:
2727
event:
2828
- push
2929
- tag
30+
- cron
3031

3132
depends_on:
3233
- manifest

.woodpecker/manifest.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ steps:
1515
event:
1616
- tag
1717
- push
18+
- cron
1819

1920
- name: publish-manifest
2021
image: bash
@@ -27,13 +28,16 @@ steps:
2728
-v $(pwd):$(pwd)
2829
-w $(pwd)
2930
docker.io/plugins/manifest
30-
secrets:
31-
- container_username
32-
- container_password
31+
environment:
32+
CONTAINER_USERNAME:
33+
from_secret: container_username
34+
CONTAINER_PASSWORD:
35+
from_secret: container_password
3336
when:
3437
event:
3538
- tag
3639
- push
40+
- cron
3741

3842
depends_on:
3943
- build-linux

.woodpecker/test-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ steps:
2121
event:
2222
- push
2323
- tag
24+
- cron

0 commit comments

Comments
 (0)