Skip to content

Commit ab96f3c

Browse files
committed
chore(woodpecker): add cron event
1 parent c11d9a6 commit ab96f3c

6 files changed

Lines changed: 7 additions & 2 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
@@ -28,6 +28,7 @@ steps:
2828
event:
2929
- push
3030
- tag
31+
- cron
3132

3233
depends_on:
3334
- manifest

.woodpecker/manifest.yml

Lines changed: 2 additions & 0 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
@@ -36,6 +37,7 @@ steps:
3637
event:
3738
- tag
3839
- push
40+
- cron
3941

4042
depends_on:
4143
- build-linux

.woodpecker/test-linux.yml

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

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44
ENV DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/workspace \
7-
PYTHON_VERSION="3.13" \
7+
PYTHON_VERSION="3.12" \
88
HELM_VERSION="3.17.2" \
99
KUBECTL_VERSION="1.32.3"
1010

rootfs/Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44
ENV DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/workspace \
7-
PYTHON_VERSION="3.13" \
7+
PYTHON_VERSION="3.12" \
88
HELM_VERSION="3.17.2" \
99
KUBECTL_VERSION="1.32.3"
1010

0 commit comments

Comments
 (0)