diff --git a/docker-compose.yml b/docker-compose.yml index 9c885a3..dcdb3f3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,8 @@ version: "3.8" services: backend: - image: "imchrisorz/goods-store-service:0.0.1" + image: "imchrisorz/business-manage-system:latest" restart: always ports: - "3003:3003" - container_name: "goods-store-service" \ No newline at end of file + container_name: "business-manage-system" \ No newline at end of file diff --git a/scripts/publish.sh b/scripts/publish.sh index 260bd21..bc1b8b8 100644 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -19,4 +19,4 @@ docker build -t "${image_name}:${ver}" . docker tag "${image_name}:${ver}" "${image_name}:latest" # docker push "${image_name}:latest" -docker push image_name --all-tags \ No newline at end of file +docker push $image_name --all-tags \ No newline at end of file