Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Nov 12, 2024
1 parent d7b8505 commit af91747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ docker_push:
docker tag $(image_name):$(version) $(remote_image_name):$(version)
docker push $(remote_image_name):$(version)

.PHONY: docker_push
.PHONY: echo-version
echo-version:
@echo $(version)

0 comments on commit af91747

Please sign in to comment.