Skip to content

Commit

Permalink
Merge pull request #30 from liangyuanpeng/update_img_ns
Browse files Browse the repository at this point in the history
Update image owner to k8s-staging-networking.
  • Loading branch information
k8s-ci-robot authored Aug 5, 2024
2 parents 1323bc8 + 094cd3b commit 609e55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
KIND_VERSION: "v0.20.0"
KIND_CLUSTER_NAME: "nodeipam"
REGISTRY: gcr.io
IMAGE_NAME: k8s-staging-node-ipam-controller/node-ipam-controller
IMAGE_NAME: k8s-staging-networking/node-ipam-controller

jobs:
build-image:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
GIT_TAG ?= $(shell git describe --tags --always --dirty)
GOENV ?= GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=amd64
LDFLAGS ?= -X main.Version=$(GIT_TAG)
IMAGE_REGISTRY ?= gcr.io/k8s-staging-node-ipam-controller
IMAGE_REGISTRY ?= gcr.io/k8s-staging-networking
IMAGE_NAME := node-ipam-controller
IMAGE_REPO := $(IMAGE_REGISTRY)/$(IMAGE_NAME)
IMG ?= $(IMAGE_REPO):$(GIT_TAG)
Expand Down

0 comments on commit 609e55b

Please sign in to comment.