Skip to content

Commit

Permalink
Merge pull request #4 from krancour/push-fix
Browse files Browse the repository at this point in the history
fix incorrect Dockerfile path in make push target
  • Loading branch information
krancour committed Aug 5, 2021
2 parents 449817c + 0822097 commit 8ade530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
'
Expand Down

0 comments on commit 8ade530

Please sign in to comment.