Update Makefile
This commit is contained in:
parent
86f89ce0e6
commit
f1c0021ca5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ build:
|
|||
echo "VERSION is required"; \
|
||||
exit 1; \
|
||||
fi
|
||||
docker build --platform $(TARGET_PLATFORM) -t $(IMAGE_REPO):$(VERSION) .
|
||||
docker build -t $(IMAGE_REPO):$(VERSION) .
|
||||
|
||||
.PHONY: build_push
|
||||
push:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue