fix: 빌드 스크립트 오타 수정

This commit is contained in:
이상진 2025-10-16 10:24:34 +09:00
parent e3cfb6c78b
commit e6cfd7b68b

2
build.sh Normal file → Executable file
View File

@ -3,4 +3,4 @@
IMAGE_NAME="roomescape-backend"
IMAGE_TAG=$1
./gradlew build -x test && docker buildx build --platform=linux/amd64 -t ${PRIVATE_REGISTRY}/roome
./gradlew build -x test && docker buildx build --platform=linux/amd64 -t ${PRIVATE_REGISTRY}/$IMAGE_NAME:$IMAGE_TAG . --push