We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb5770 commit 332d382Copy full SHA for 332d382
Makefile
@@ -5,4 +5,4 @@ IMAGE_TAG ?= latest
5
6
.PHONY: push_image
7
push_image:
8
- @docker build -t $(CR)/$(IMAGE_NAME):$(IMAGE_TAG) --push .
+ @docker build -t $(CR)/$(IMAGE_NAME):$(IMAGE_TAG) --push .
0 commit comments