Skip to content

Commit

Permalink
Merge pull request #16 from lumbrjx/dev
Browse files Browse the repository at this point in the history
BugFix 🐛 fix makefile builds
  • Loading branch information
lumbrjx authored Aug 30, 2024
2 parents b8f7922 + f252dae commit e8c1d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ build-controller:
echo "Usage: make build-controller TAG=<tag>"; \
exit 1; \
fi
docker build -f controller/Dockerfile -t lumbrjx/obzev0poc:$$TAG .
docker build -f controller/Dockerfile -t lumbrjx/obzev0-k8s-controller:$$TAG .

push-daemon:
@if [ -z "$$TAG" ]; then \
Expand All @@ -64,7 +64,7 @@ push-controller:
echo "Usage: make push-controller TAG=<tag>"; \
exit 1; \
fi
docker push lumbrjx/obzev0poc:$$TAG
docker push lumbrjx/obzev0-k8s-controller:$$TAG

generate-proto:
@if [ -z "$$PROTO_PATH" ]; then \
Expand Down

0 comments on commit e8c1d52

Please sign in to comment.