[api] 오류수정

- 도커 no cache
This commit is contained in:
2026-02-26 14:47:10 +09:00
parent 752bc008aa
commit 41ffc865e8
+1 -1
View File
@@ -67,7 +67,7 @@ pipeline {
echo "[1/1] docker build"
docker build -t ${REGISTRY_HOST}/${IMAGE_REPO}:${IMAGE_TAG} .
docker build --no-cache -t ${REGISTRY_HOST}/${IMAGE_REPO}:${IMAGE_TAG} .
'''
}
}