Skip to content

Commit

Permalink
feat: update image version
Browse files Browse the repository at this point in the history
Signed-off-by: wangyizhi1 <[email protected]>
  • Loading branch information
wangyizhi1 committed Oct 9, 2023
1 parent f8fd302 commit ad43613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAKEPWD:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
CGO_ENABLED:=0
GOOS?=linux
GOARCH?=amd64
VERSION?=1.8.0
VERSION?=v1.8.0
REGISTRY?="ghcr.io/kosmos-io"

.PHONY: all
Expand All @@ -22,7 +22,7 @@ coredns: $(CHECKS)
.PHONY: images
images: coredns
set -e;\
docker buildx build --output=type=docker --platform ${GOOS}/${GOARCH} --tag ${REGISTRY}/coredns:v${VERSION} .
docker buildx build --output=type=docker --platform ${GOOS}/${GOARCH} --tag ${REGISTRY}/coredns:${VERSION} .

.PHONY: push-images
upload-images: images
Expand Down

0 comments on commit ad43613

Please sign in to comment.