Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Jan 8, 2025
1 parent 7fdddb6 commit 34e98e9
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 @@ -78,7 +78,7 @@ install: test
run: install
$(GOBIN)/${BIN_SERVER}

image:
image: test
docker image build -t${BIN_SERVER_DOCKER_TAG_LATEST} .
docker push ${BIN_SERVER_DOCKER_TAG_LATEST}

Expand Down

0 comments on commit 34e98e9

Please sign in to comment.