fix: update CI/CD configuration to rename build step from 'build-backend' to 'build-app' and adjust repository reference accordingly

This commit is contained in:
keven1024
2025-06-02 23:03:12 +08:00
parent dde0f7be1d
commit 58c9b694d3

View File

@@ -5,11 +5,11 @@ trigger:
kind: pipeline
name: Build
steps:
- name: build-backend
- name: build-app
image: plugins/docker
settings:
username: fudaoyuanicu
repo: fudaoyuanicu/015-backend
repo: fudaoyuanicu/015-app
password:
from_secret: docker_password
dockerfile: Dockerfile