diff --git a/Makefile b/Makefile index 3b4b5c7..d179b56 100644 --- a/Makefile +++ b/Makefile @@ -71,11 +71,11 @@ build: ## Builds the binary locally into ./dist .PHONY: build-docker build-docker: ## Builds a docker image with the node binary - docker build -t cdk-data-availability -f ./Dockerfile . + docker build -t xlayer-data-availability -f ./Dockerfile . .PHONY: build-docker-nc build-docker-nc: ## Builds a docker image with the node binary - but without build cache - docker build --no-cache=true -t cdk-data-availability -f ./Dockerfile . + docker build --no-cache=true -t xlayer-data-availability -f ./Dockerfile . .PHONY: install-linter install-linter: ## Installs the linter diff --git a/test/docker-compose.yml b/test/docker-compose.yml index 17bb6be..87e02ca 100644 --- a/test/docker-compose.yml +++ b/test/docker-compose.yml @@ -11,7 +11,7 @@ services: depends_on: cdk-data-availability-db: condition: service_healthy - image: cdk-data-availability + image: xlayer-data-availability deploy: resources: limits: