first commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-11-09 22:49:24 +08:00
commit 2e219f1246
2 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: test-custom-image
# 添加镜像拉取配置(私有镜像必填)
image_pull_secrets:
- DOCKER_USERNAME # Drone 中配置的密钥名称(对应阿里云账号)
- DOCKER_PASSWORD # Drone 中配置的密钥名称(对应阿里云仓库密码)
steps:
- name: test-custom-image-run
image: crpi-ekgonylne1eow2nq.cn-chengdu.personal.cr.aliyuncs.com/xinhaid/666:666
commands:
- echo "私有自定义镜像拉取成功!"
- # 其他命令...

0
README.md Normal file
View File