mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-01-21 11:06:23 +00:00
refactor: Jenkinsfile - Dockerfile 경로 수정
This commit is contained in:
parent
ec8d0e0aea
commit
8562c15062
2
smarketing-ai/deployment/Jenkinsfile
vendored
2
smarketing-ai/deployment/Jenkinsfile
vendored
@ -86,7 +86,7 @@ podTemplate(
|
||||
|
||||
# Docker 이미지 빌드
|
||||
podman build \
|
||||
-f deployment/Dockerfile \
|
||||
-f smarketing-ai/deployment/Dockerfile \
|
||||
-t ${props.registry}/${props.image_org}/smarketing-ai:${imageTag} .
|
||||
|
||||
# 이미지 푸시
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user