fix: update Docker context paths in CI/CD configuration for backend, frontend, and worker services

This commit is contained in:
keven1024
2025-06-02 15:08:10 +08:00
parent 07088b7f2e
commit d31b1d2ecc

View File

@@ -10,7 +10,7 @@ steps:
settings:
username: fudaoyuanicu
repo: fudaoyuanicu/015-backend
context: ./backend
context: ./backend/
password:
from_secret: docker_password
dockerfile: Dockerfile
@@ -24,7 +24,7 @@ steps:
settings:
username: fudaoyuanicu
repo: fudaoyuanicu/015-frontend
context: ./front
context: ./front/
password:
from_secret: docker_password
dockerfile: Dockerfile
@@ -38,7 +38,7 @@ steps:
settings:
username: fudaoyuanicu
repo: fudaoyuanicu/015-worker
context: ./worker
context: ./worker/
password:
from_secret: docker_password
dockerfile: Dockerfile