Skip to content

Commit ab6d61c

Browse files
committed
fix: 이미지 태그를 server-VERSION, client-VERSION 형식으로 변경
1 parent 6464ad8 commit ab6d61c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/container/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
platforms:
1414
- linux/amd64
1515
- linux/arm64
16-
image: ${IMAGE_PREFIX}/client:${VERSION:-latest}
16+
image: ${IMAGE_PREFIX}:client-${VERSION:-latest}
1717
server:
1818
build:
1919
context: '../..'
@@ -27,4 +27,4 @@ services:
2727
platforms:
2828
- linux/amd64
2929
- linux/arm64
30-
image: ${IMAGE_PREFIX}/server:${VERSION:-latest}
30+
image: ${IMAGE_PREFIX}:server-${VERSION:-latest}

0 commit comments

Comments
 (0)