Skip to content

Commit

Permalink
Merge branch 'docker-var-mkfile' into 'master'
Browse files Browse the repository at this point in the history
use DOCKER var consistently throughout Makefile

See merge request nvidia/kubernetes/gpu-operator!810
  • Loading branch information
tariq1890 committed Sep 19, 2023
2 parents a4f5f86 + 8d0b2b7 commit cda7959
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 @@ -139,15 +139,15 @@ bundle: manifests kustomize

# Build the bundle image.
build-bundle-image:
docker build \
$(DOCKER) build \
--build-arg VERSION=$(VERSION) \
--build-arg DEFAULT_CHANNEL=$(DEFAULT_CHANNEL) \
--build-arg GIT_COMMIT=$(GIT_COMMIT) \
-f docker/bundle.Dockerfile -t $(BUNDLE_IMAGE) .

# Push the bundle image.
push-bundle-image: build-bundle-image
docker push $(BUNDLE_IMAGE)
$(DOCKER) push $(BUNDLE_IMAGE)

# Define local and dockerized golang targets

Expand Down

0 comments on commit cda7959

Please sign in to comment.