File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 event :
3030 - push
3131 - tag
32+ - cron
3233
3334depends_on :
3435- test-linux
Original file line number Diff line number Diff line change 2828 event :
2929 - push
3030 - tag
31+ - cron
3132
3233depends_on :
3334- manifest
Original file line number Diff line number Diff line change 1515 event :
1616 - tag
1717 - push
18+ - cron
1819
1920- name : publish-manifest
2021 image : bash
3637 event :
3738 - tag
3839 - push
40+ - cron
3941
4042depends_on :
4143- build-linux
Original file line number Diff line number Diff line change 2323 event :
2424 - push
2525 - tag
26+ - cron
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44ENV 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44ENV 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
You can’t perform that action at this time.
0 commit comments