Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdrichard committed Feb 11, 2025
1 parent 7c727cc commit 1309f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ BUNDLE_GEN_FLAGS ?= -q --overwrite --version $(VERSION).0 $(BUNDLE_METADATA_OPTS
OPERATOR_SDK_VERSION ?= v1.22.0-ocp

# Image URL to use all building/pushing image targets
IMG ?= ghcr.io/k8snetworkplumbingwg/ptp-operator:latest
IMG ?= ghcr.io/k8snetworkplumbingwg/ptp-operator:$(VERSION)

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down

0 comments on commit 1309f47

Please sign in to comment.