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
f7f1e08b49
commit
ec8d0e0aea
2
smarketing-ai/deployment/Jenkinsfile
vendored
2
smarketing-ai/deployment/Jenkinsfile
vendored
@ -86,7 +86,7 @@ podTemplate(
|
|||||||
|
|
||||||
# Docker 이미지 빌드
|
# Docker 이미지 빌드
|
||||||
podman build \
|
podman build \
|
||||||
-f deployment/container/Dockerfile \
|
-f deployment/Dockerfile \
|
||||||
-t ${props.registry}/${props.image_org}/smarketing-ai:${imageTag} .
|
-t ${props.registry}/${props.image_org}/smarketing-ai:${imageTag} .
|
||||||
|
|
||||||
# 이미지 푸시
|
# 이미지 푸시
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user