[fix]:[20251208][drone 全面测试私有仓库]
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kale 2025-12-10 18:33:31 -05:00
parent 7833a33563
commit 3d0a5decef

View File

@ -250,8 +250,9 @@ steps:
Build: ${DRONE_BUILD_NUMBER}
file_exists: overwrite
depends_on:
- docker_build
- backend_docker_build
- frontend_docker_build
- name: push_acr
image: docker:latest
pull: false
@ -275,7 +276,7 @@ steps:
- docker tag ${DRONE_REPO_NAME}-frontend:latest $ACR_REGISTRY/$ACR_NAMESPACE/$ACR_REPO:front-${DRONE_TAG}
- docker push $ACR_REGISTRY/$ACR_NAMESPACE/$ACR_REPO:front-${DRONE_TAG}
depends_on:
- docker_build
- backend_docker_build
- frontend_docker_build
when:
event: