diff --git a/cicd/.drone.yml b/cicd/.drone.yml index d4e79c2..53f33d6 100644 --- a/cicd/.drone.yml +++ b/cicd/.drone.yml @@ -21,7 +21,7 @@ steps: dockerfile: cicd/Dockerfile repo: registry.amtcloud.cn/wangjun/phptest tags: - - prod-${DRONE_BUILD_NUMBER} + - uat-${DRONE_BUILD_NUMBER} registry: registry.amtcloud.cn username: from_secret: user_registry_amtcloud @@ -44,7 +44,7 @@ steps: git_password: from_secret: psw_drone_gitea project_path: ${DRONE_REPO} - target_env: prod + target_env: test image_name: registry.amtcloud.cn/wangjun/phptest image_tag: uat-${DRONE_BUILD_NUMBER} ref_commit: ${DRONE_COMMIT}