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) \ '