Browse Source

Makefile: fix IMAGE_REPO/IMAGE_TAG's default value

Signed-off-by: llhuii <liulinghui@huawei.com>
tags/v0.1.0
llhuii 4 years ago
parent
commit
d832d48c66
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -17,8 +17,8 @@ GOPATH ?= $(shell go env GOPATH)
OUT_DIR ?= _output
OUT_BINPATH := $(OUT_DIR)/bin

IMAGE_REPO ?= ghcr.io/kubeedge/sedna
IMAGE_TAG ?= v1alpha1
IMAGE_REPO ?= kubeedge
IMAGE_TAG ?= v0.1.0
GO_LDFLAGS ?=''

# set allowDangerousTypes for allowing float


Loading…
Cancel
Save