From 0822097b00a1e4e4d7f4c56961c1da6b323d4670 Mon Sep 17 00:00:00 2001 From: Kent Rancourt Date: Thu, 5 Aug 2021 15:36:39 -0400 Subject: [PATCH] fix incorrect Dockerfile path in make push target Signed-off-by: Kent Rancourt --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b04b4d3..2a7b826 100644 --- a/Makefile +++ b/Makefile @@ -141,8 +141,8 @@ push: kaniko \ --build-arg VERSION="$(VERSION)" \ --build-arg COMMIT="$(GIT_VERSION)" \ - --dockerfile /workspaces/cloudevents-gateway/Dockerfile \ - --context dir:///workspaces/cloudevents-gateway/ \ + --dockerfile /workspaces/brigade-cloudevents-gateway/Dockerfile \ + --context dir:///workspaces/brigade-cloudevents-gateway/ \ --destination $(DOCKER_IMAGE_NAME):$(IMMUTABLE_DOCKER_TAG) \ --destination $(DOCKER_IMAGE_NAME):$(MUTABLE_DOCKER_TAG) \ '