Skip to content

Commit

Permalink
updated makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Ved Ratan <[email protected]>
  • Loading branch information
VedRatan committed Mar 7, 2024
1 parent 5630e8a commit d59bb5e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store
go.work
go.work.sum
2 changes: 1 addition & 1 deletion sentryflow-clients/log-client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TAG = v0.1
.PHONY: build

build:
docker build -t $(IMAGE_NAME):$(TAG) -f ./Dockerfile ../../
docker build -t $(IMAGE_NAME):$(TAG) -f ../../Dockerfile.log-client ../../

.PHONY: clean

Expand Down
2 changes: 1 addition & 1 deletion sentryflow-clients/mongo-client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TAG = v0.1
.PHONY: build

build:
docker build -t $(IMAGE_NAME):$(TAG) -f ./Dockerfile ../../
docker build -t $(IMAGE_NAME):$(TAG) -f ../../Dockerfile.mongo-client ../../

.PHONY: clean

Expand Down
2 changes: 1 addition & 1 deletion sentryflow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:

.PHONY: image
image:
docker build -t $(IMAGE_NAME):$(TAG) -f ./Dockerfile ../
docker build -t $(IMAGE_NAME):$(TAG) -f ../Dockerfile ../

.PHONY: clean
clean:
Expand Down

0 comments on commit d59bb5e

Please sign in to comment.