Skip to content

Commit 8ade530

Browse files
authored
Merge pull request #4 from krancour/push-fix
fix incorrect Dockerfile path in make push target
2 parents 449817c + 0822097 commit 8ade530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ push:
141141
kaniko \
142142
--build-arg VERSION="$(VERSION)" \
143143
--build-arg COMMIT="$(GIT_VERSION)" \
144-
--dockerfile /workspaces/cloudevents-gateway/Dockerfile \
145-
--context dir:///workspaces/cloudevents-gateway/ \
144+
--dockerfile /workspaces/brigade-cloudevents-gateway/Dockerfile \
145+
--context dir:///workspaces/brigade-cloudevents-gateway/ \
146146
--destination $(DOCKER_IMAGE_NAME):$(IMMUTABLE_DOCKER_TAG) \
147147
--destination $(DOCKER_IMAGE_NAME):$(MUTABLE_DOCKER_TAG) \
148148
'

0 commit comments

Comments
 (0)