We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25aef4 commit c4f140fCopy full SHA for c4f140f
1 file changed
docker/Makefile
@@ -59,7 +59,6 @@ build-process-version:
59
--build-arg BASE=$(BASE) \
60
--build-arg BASE_VERSION=$(VERSION) \
61
--file $(PROCESS)/Dockerfile \
62
- --context $(PROCESS) \
63
-t $(REPO_NAME)/$(PROCESS):$(VERSION) \
64
$(PROCESS)
65
@@ -74,7 +73,6 @@ build-push-process-version:
74
73
75
76
77
78
79
--push \
80
0 commit comments