Skip to content
Snippets Groups Projects
Verified Commit 09f1056d authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix typo

parent ddbdd589
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ TAGS := $(SDK_VERSION)
.PHONY: build
build:
docker build --pull -t $(IMAGE):$(TAGS) . \
--build-arg SDK_VERSION=$(SDK_VERSION) \
--build-arg SDK_VERSION=$(SDK_VERSION)
docker tag $(IMAGE):$(TAGS) $(IMAGE):latest
@echo Successfully tagged $(IMAGE):$(TAGS) as latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment