Skip to content

Commit

Permalink
Update default image name
Browse files Browse the repository at this point in the history
This patch fixes image build target to tag image
'ghcr.io/k8snetworkplumbingwg/sriov-network-operator:latest'
by default.

Signed-off-by: Ivan Kolodyazhny <[email protected]>
  • Loading branch information
e0ne committed Jan 19, 2022
1 parent 3386093 commit dc28eaf
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 dc28eaf

Please sign in to comment.