Skip to content

Commit

Permalink
Fix docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Topper committed Mar 8, 2023
1 parent d404b86 commit 8c453c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
docker build \
--build-arg FRAMES_VERSION=$(FRAMES_TAG) \
--file cmd/framesd/Dockerfile \
--tag $(FRAMES_REPOSITORY)framesd:$(FRAMES_TAG) \
--tag $(FRAMES_REPOSITORY)frames:$(FRAMES_TAG) \
.

build-framulate:
Expand Down

0 comments on commit 8c453c0

Please sign in to comment.