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 2727 event :
2828 - push
2929 - tag
30+ - cron
3031
3132depends_on :
3233- 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 2121 event :
2222 - push
2323 - tag
24+ - cron
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44ENV DRYCC_UID=1001 \
55 DRYCC_GID=1001 \
66 DRYCC_HOME_DIR=/data \
7- VALKEY_VERSION="8.0.1 " \
8- VALKEY_SENTINEL_PROXY_VERSION="1.0.1 "
7+ VALKEY_VERSION="8.1.0 " \
8+ VALKEY_SENTINEL_PROXY_VERSION="1.0.2 "
99
1010RUN groupadd drycc --gid ${DRYCC_GID} \
1111 && useradd drycc -u ${DRYCC_UID} -g ${DRYCC_GID} -s /bin/bash -m -d ${DRYCC_HOME_DIR}
You can’t perform that action at this time.
0 commit comments