mirror of
https://github.com/keven1024/015.git
synced 2026-05-27 07:29:37 +00:00
fix: correct Dockerfile paths in CI/CD configuration for backend, frontend, and worker services
This commit is contained in:
@@ -13,7 +13,7 @@ steps:
|
||||
context: ./backend/
|
||||
password:
|
||||
from_secret: docker_password
|
||||
dockerfile: Dockerfile
|
||||
dockerfile: ./backend/Dockerfile
|
||||
tags:
|
||||
- ${DRONE_TAG}
|
||||
- latest
|
||||
@@ -27,7 +27,7 @@ steps:
|
||||
context: ./front/
|
||||
password:
|
||||
from_secret: docker_password
|
||||
dockerfile: Dockerfile
|
||||
dockerfile: ./front/Dockerfile
|
||||
tags:
|
||||
- ${DRONE_TAG}
|
||||
- latest
|
||||
@@ -41,7 +41,7 @@ steps:
|
||||
context: ./worker/
|
||||
password:
|
||||
from_secret: docker_password
|
||||
dockerfile: Dockerfile
|
||||
dockerfile: ./worker/Dockerfile
|
||||
tags:
|
||||
- ${DRONE_TAG}
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user