Skip to content

Commit

Permalink
Merge pull request #229 from e0ne/makefile-cleanup
Browse files Browse the repository at this point in the history
Update default image name
  • Loading branch information
adrianchiris authored Jan 19, 2022
2 parents 3386093 + dc28eaf commit 4baf8e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ DOCKERFILE?=Dockerfile
CRD_BASES=./config/crd/bases

export APP_NAME=sriov-network-operator
APP_REPO=github.com/openshift/$(APP_NAME)
TARGET=$(TARGET_DIR)/bin/$(APP_NAME)
IMAGE_TAG?=nfvpe/$(APP_NAME):latest
IMAGE_TAG?=ghcr.io/k8snetworkplumbingwg/$(APP_NAME):latest
MAIN_PKG=cmd/manager/main.go
export NAMESPACE?=openshift-sriov-network-operator
export WATCH_NAMESPACE?=openshift-sriov-network-operator
Expand Down

0 comments on commit 4baf8e5

Please sign in to comment.