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
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ TAGS := $(SDK_VERSION) ...@@ -5,7 +5,7 @@ TAGS := $(SDK_VERSION)
.PHONY: build .PHONY: build
build: build:
docker build --pull -t $(IMAGE):$(TAGS) . \ docker build --pull -t $(IMAGE):$(TAGS) . \
--build-arg SDK_VERSION=$(SDK_VERSION) \ --build-arg SDK_VERSION=$(SDK_VERSION)
docker tag $(IMAGE):$(TAGS) $(IMAGE):latest docker tag $(IMAGE):$(TAGS) $(IMAGE):latest
@echo Successfully tagged $(IMAGE):$(TAGS) as latest @echo Successfully tagged $(IMAGE):$(TAGS) as latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment