diff --git a/Makefile b/Makefile index b6b5ec434..869a04ad3 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,10 @@ unittest-one: go test -v -race -count=1 --run $(TEST_FUNC) ./internal/... build-docker: - docker build --tag dicedb/dicedb:latest --tag dicedb/dicedb:0.0.2 . + docker build --tag dicedb/dicedb:latest --tag dicedb/dicedb:0.0.4 . + +push-docker: + docker push dicedb/dicedb:0.0.4 GOLANGCI_LINT_VERSION := 1.60.1 diff --git a/examples/leaderboard-go/docker-compose.yaml b/examples/leaderboard-go/docker-compose.yaml index a4c6618e6..02b24a284 100644 --- a/examples/leaderboard-go/docker-compose.yaml +++ b/examples/leaderboard-go/docker-compose.yaml @@ -1,6 +1,6 @@ services: dicedb: - image: dicedb/dicedb:0.0.2 + image: dicedb/dicedb:latest ports: - "7379:7379"