We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 449817c + 0822097 commit 8ade530Copy full SHA for 8ade530
Makefile
@@ -141,8 +141,8 @@ push:
141
kaniko \
142
--build-arg VERSION="$(VERSION)" \
143
--build-arg COMMIT="$(GIT_VERSION)" \
144
- --dockerfile /workspaces/cloudevents-gateway/Dockerfile \
145
- --context dir:///workspaces/cloudevents-gateway/ \
+ --dockerfile /workspaces/brigade-cloudevents-gateway/Dockerfile \
+ --context dir:///workspaces/brigade-cloudevents-gateway/ \
146
--destination $(DOCKER_IMAGE_NAME):$(IMMUTABLE_DOCKER_TAG) \
147
--destination $(DOCKER_IMAGE_NAME):$(MUTABLE_DOCKER_TAG) \
148
'
0 commit comments